Advertisement
zza

Diconnect

zza
Mar 8th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. discon = game:GetService('RunService').Stepped:Connect(function()
  2. lp.Character.HumanoidRootPart.Anchored = true
  3. end)
  4. discon2 = game:GetService('RunService').Heartbeat:Connect(function()
  5. lp.Character.HumanoidRootPart.Anchored = false
  6. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement