About 402,000 results
Open links in new tab
  1. Fast way to kill the player - Scripting Support - Roblox

    Sep 16, 2020 · How to fast way to kill players? (NOT Humanoid.Health = 0)

  2. Help with kill player function - Scripting Support - Roblox

    Mar 21, 2022 · The thing is, why would you want to kill someone who’s bought skip stage, he’ll be respawned at the spawnpoint, and he then would realize he spent robux for nothing. Only if you’d respawn him at the next stage[that he skipped to], then it’s fine.

  3. How to create a Kill script part - Scripting Support - Roblox

    Apr 8, 2024 · I am a beginner at scripting, so please don’t judge me. I need help creating a kill part script for an obby that I am making. I am creating this obby to gain a better understanding of scripting, and I plan to take on more complex projects once I have a better understanding of the basics of scripting. I would appreciate it if someone could explain what each part …

  4. Kill All Players script - Scripting Support - Developer Forum - Roblox

    May 22, 2020 · I’m trying to make a game called "Illusions in the game some players may see things some may not. So this will involve alot of local scripts. Im trying to make a script where it kills everyone besides the local player. How do I do this exactly? Or what do I connect the players with to the humanoid’s in the workspace

  5. How to make a script to kill the player if they ever touch a ... - Roblox

    Mar 15, 2022 · I am making an obby, and right now I have a ton of kill parts with individual kill scripts in each one with a simple part.touched event in each one. However things changed and now I want to just have one script that makes it so if a player ever touches a part that is named “Kill” or something like that they die.

  6. How to make a efficient kill script? - Scripting Support - Roblox

    Mar 30, 2019 · Well that depends on your use case and the way you craft your game. There can’t be an “efficient way” to make a kill script without a use case being provided. You also need to think about how you’re integrating that code with other game systems as well. There’s already enough ways to kill humanoids. Off the top of my head,

  7. Make A Simple Kill Brick In Roblox Studio

    Apr 26, 2021 · Hey, Kimathi Here. Today I’ll Be Showing A Step-By-Step Guide on How to make a quick and simple kill brick, enjoy! First of all you want to insert a part; At the top of your screen, there should be a place where you can insert a part: Yours should look something like this: Click on the part, and in the workspace you should have a little brick. Scale the brick and mess with the properties as ...

  8. Instantly Kill on Brick Touch - Scripting Support - Roblox

    Oct 26, 2019 · I am trying to create an obstacle course, so I need a brick that instantly kills the player when it’s touched. In the example below the red brick is supposed to kill instantly, but if you hold jump you can avoid the kill. Does anybody know any better ways to do this? <details><summary>The Script</summary>function onTouched(h) local h = h.Parent:FindFirstChild("Humanoid") if h ~= nil then h ...

  9. How to script Kill Bricks, Jump Bricks, and Speed Bricks - Roblox

    May 4, 2020 · Hello, if you’re really new to scripting and want to make those speed bricks from speedrun, those killbricks from obby’s and jump bricks. You’ve come to the right place! Let’s get started with the coding [insert a normal script into the block you want as the speed, kill or, jump block] script.Parent.Touched:Connect(function(hit) local h = hit.Parent:FindFirstChild("Humanoid") …

  10. Killing a player at the end of the timer - Scripting Support ... - Roblox

    Mar 10, 2021 · Good day to all! I want to make a script that will kill the player regardless of where he is when the timer expires. This is my example, the script kills the player only when he is on the baseplate local timeremaing = 1…

Refresh