second in scripting help - World to Build

second in scripting help

Total Posts:
8
Joined:
02-16-2022
03-06-2022 9:33 PM
How do I make a kill part?
Total Posts:
1
Joined:
06-17-2022
06-17-2022 7:40 PM
Paste this code into your kill brick


function OnTouchBegin(Arg) -- // Arg is the thing that touched your object
if IsCharacter(Arg) then -- // Check if the thing that we hit is a character
Arg.Kill() -- // It is kill the character
end
end
Loading...
Join us on Discord to get development updates and chat with other players!