-- execute this and rejoin local eu = game:GetService("Players").LocalPlayer local root = eu.Character.HumanoidRootPart for _, spot in pairs(workspace.Lobby.Spots:GetChildren()) do if spot:FindFirstChild("Spot") then firetouchinterest(root, spot.Spot, 0) firetouchinterest(root, spot.Spot, 1) end end