#Help in Scripting!
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
I am creating a game in which there will be the hardest obby (that I can possibly make) and there is a small part which grants HD Admin commands. Dont know how to script it like whn the user touches it, the user will b granted Admin commands and thats all 😄
help pls
Help T-T
** You are now Level 1! **
part.Touched:Connect(function(hit)
--whatever code you want to run
end)