Advertisement
csowo2001

Roblox developer beginner 8/8/2022

Aug 8th, 2022 (edited)
535
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. game.lighting.Clocktime = 0
  2.  
  3.  
  4. Instance.new("Part", script.parent)
  5.  
  6.  
  7.  
  8. game.Workspace.Part.Touched:Connect(function(hit)
  9. if game.Players:GetPlayerFromCharacter(hit.Parent) then
  10.         hit.Parent.Humanoid.Sit = true
  11.     end
  12. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement