Advertisement
Joemamahacks

Commander Simulator

Oct 1st, 2023
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. local Player = game:GetService("Players").LocalPlayer
  2. local Folder = game:GetService("Workspace").stage_position[Player.UserId]
  3.  
  4. while true do
  5. local Place = Folder:FindFirstChildOfClass("Model")
  6. local Cards = Place and Place:FindFirstChild("card")
  7. local Collector = Player.Character and Player.Character:FindFirstChild("Collider")
  8. if Cards and Collector then
  9. for _, A_1 in next, Cards:GetChildren() do
  10. if A_1:IsA("Model") and A_1.PrimaryPart and Collector then
  11. firetouchinterest(Collector, A_1.PrimaryPart, 0)
  12. firetouchinterest(Collector, A_1.PrimaryPart, 1)
  13. task.wait()
  14. end
  15. end
  16. end
  17. task.wait(0.5)
  18. end
  19. For this script go to raw and then copy the link and place it Into your loadstring :)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement