View difference between Paste ID: HK7YbSGj and a9RugqaG
SHOW: | | - or go back to the newest paste.
1
local p = game.Players.LocalPlayer
2
p.Chatted:connect(function(msg)
3
if msg == "magic" then
4-
game.Workspace.Gravity = 0
4+
game.Workspace.Gravity = 0
5
6
end