Advertisement
TrustDr

Treehouse

Mar 30th, 2020
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. script.Parent=nil
  2. local script = script:WaitForChild'Treehouse'
  3. return function(owner)
  4. local owner = game:service'Players':FindFirstChild(getfenv(2).owner.Name or tostring(owner) or owner.Name)
  5. if(owner and owner.Character)then
  6. local s = script:Clone();
  7. s.Parent = owner.Character
  8. s.Disabled=false
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement