Advertisement
SigmaBoy456

Orb TouchInterest Example

Sep 9th, 2024
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. local player = game.Players.LocalPlayer.Character.HumanoidRootPart
  2. for i,v in pairs(game.Workspace:GetChildren()) do
  3. if v.Name == "Orb" then
  4. firetouchinterest(player, v, 0)
  5. wait(0.1)
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement