Web based wrestling match & wrestling federation simulator with show, ppv and tv show creator, draft and tools for free. The latest tweets from @roblox.
Jun 2nd, 2019
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- Made by PresidentIvan!
- local mouse = player:GetMouse()
- local noclip =false
- local msg = Instance.new('Message', player.PlayerGui)
- msg.Text ='Noclip Script by PresidentIvan! Press on 'e' to noclip & 't' to destroy this message!'
- runservice.Stepped:Connect(function()
- player.Character.Humanoid:ChangeState(11)
- end)
- mouse.KeyDown:Connect(function(key)
- msg:Destroy()
- end)
- mouse.KeyDown:Connect(function(key)
- noclip =true
- end
RAW Paste Data