Advertisement
Guest User

Untitled

a guest
Jul 24th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. GroupID = 2538819
  2.  
  3. script.Parent.ChildAdded:connect(function(child)
  4. if child.Name == "SeatWeld" then
  5. if not game.Players:GetPlayerFromCharacter(child.Part1.Parent):IsInGroup(GroupID) then
  6. wait(0.00001)
  7. child:Destroy()
  8. child.Part1.Parent.Humanoid.Jump = true
  9. end
  10. end
  11. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement