Advertisement
SQUIDMAN740

Lumber Tycoon Blacklist bypass

Mar 16th, 2019
2,219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. local plr = game.Players.LocalPlayer
  2. local cframe
  3.  
  4. for i,v in next, workspace:GetDescendants() do
  5. if v:IsA("SpawnLocation") then
  6. v.Touched:Connect(function(h)
  7. if h.Parent == plr.Character and cframe then
  8. plr.Character:SetPrimaryPartCFrame(cframe)
  9. end
  10. end)
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement