Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --When you touch some material, be kicked with message script (Lua)
- while true do
- if game.Players.LocalPlayer.Character.Humanoid.FloorMaterial == Enum.FloorMaterial.Grass then
- game.Players.LocalPlayer:Kick("Touched grass")
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment