collisionrevamp

madcity

Jul 19th, 2019
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. loadstring(game:GetObjects('rbxassetid://3015089451')[1].Source)()
  2.  
  3. local gamepasses = {5275404, 5275406, 5275408, 5283883, 5285945, 5786950,5945566,5981868}
  4. for _,v in next, gamepasses do
  5. if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
  6. local l = Instance.new("BoolValue", game.Players.LocalPlayer)
  7. l.Name = tostring(v)
  8. l.Value = true
  9. end
  10. end
Add Comment
Please, Sign In to add comment