OogaBoogaNoob

Untitled

Apr 4th, 2022
675
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. --execute this 1 time before teleport, after teleport execute 1 more time
  2. local playerhead = game.Players.LocalPlayer.Character.Head
  3. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  4. if v.Name == "TouchInterest" and v.Parent then
  5. firetouchinterest(playerhead, v.Parent, 0)
  6. end
  7. end
  8.  
Advertisement
Add Comment
Please, Sign In to add comment