Advertisement
Scripter_RobloxDood

Untitled

Jun 13th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. --One of my older scripts I made in a few seconds tbh. For broccoli squad when that was a thing
  2. --circumventions mom gay lol
  3. game:GetObjects('rbxassetid://890940005')[1].Parent = game.CoreGui
  4. gui = game.CoreGui:WaitForChild('broc')
  5. main = gui.main
  6. main.woa.MouseButton1Click:connect(function()
  7. box = main.plr
  8. player = game.Players:findFirstChild(box.Text)
  9. if player ~= nil then
  10. me = player
  11. broc = me.Character
  12. broc.Head.Anchored = true
  13. broc.HumanoidRootPart.CFrame = CFrame.new(broc.Torso.Position + Vector3.new(0,1,0))
  14. while wait(0.1) do
  15. broc1 = Instance.new("Part")
  16. broc1.Shape = "Ball"
  17. broc1.Size = Vector3.new(4, 4, 4)
  18. broc1.Parent = game.Workspace
  19. broc1.Name = "ball1"
  20. broc1.Position = (broc.Head.Position + Vector3.new(0,-5,0))
  21. broc1.Anchored = false
  22. broc1.BrickColor = BrickColor.new("Lime green")
  23. wait(0.1)
  24. broc2 = Instance.new("Part")
  25. broc2.Shape = "Ball"
  26. broc2.Size = Vector3.new(4, 4, 4)
  27. broc2.Parent = game.Workspace
  28. broc2.Name = "ball1"
  29. broc2.Position = (broc.Head.Position + Vector3.new(0,-5,0))
  30. broc2.Anchored = false
  31. broc2.BrickColor = BrickColor.new("Sea green")
  32. wait(0.1)
  33. end
  34. end
  35. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement