-- :D enjoy my script -burgervoid_voideye local player = game.Players.LocalPlayer local character = player.Character or player.CharacterAdded:Wait() local humanoidRootPart = character:WaitForChild("HumanoidRootPart") local function collectAllCredits() for _, obj in pairs(workspace:GetDescendants()) do if obj.Name == "Credit" and obj:IsA("BasePart") then firetouchinterest(humanoidRootPart, obj, 0) firetouchinterest(humanoidRootPart, obj, 1) end end end collectAllCredits()