Advertisement
RoScripter

Slide Script

Jun 14th, 2020
6,437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. script.Parent.Touched:Connect(function(HitPart)
  2.     local Character = HitPart.Parent
  3.     local Humanoid = Character:FindFirstChild("Humanoid")
  4.     if Humanoid ~= nil then
  5.         Humanoid.Sit = true
  6.     end
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement