#Help in Scripting!

1 messages · Page 1 of 1 (latest)

visual prawn
#

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

celest hornetBOT
#

studio** You are now Level 1! **studio

uncut viper
#

part:touched

#

?

novel mica
#
part.Touched:Connect(function(hit)
  --whatever code you want to run
end)