Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Thanks for using this script
- Want to know how to use this and script explanation?
- Check the video here: https://youtu.be/oXBi18J--Xo
- ]]
- game.Players.PlayerAdded:Connect(function(plr)
- local canTouch = Instance.new("BoolValue", plr)
- canTouch.Value = true
- canTouch.Name = "canTouch"
- end)
Advertisement
Add Comment
Please, Sign In to add comment