MindOfPlayer

Untitled

May 27th, 2020
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. local IDFORSPAWNER = 7667576 -- Gamepass Id here
  2. local gs_Players = game:FindService("Players") or game:GetService("Players")
  3. local ME = gs_Players.LocalPlayer
  4. local function Hunter(ItemName, Object, Property, Value)
  5. ME.Character:FindFirstChild(ItemName).ServerControl:InvokeServer("SetProperty", {
  6. Value = Value,
  7. Property = Property,
  8. Object = Object
  9. })
  10. end
  11. if not ME.Backpack:FindFirstChild("PompousTheCloud") then
  12. workspace.GiveTool:FireServer(IDFORSPAWNER, "PompousTheCloud")
  13. if not ME.Backpack:FindFirstChild("SuperFlyGoldBoombox") then
  14. workspace.GiveTool:FireServer(IDFORSPAWNER, "SuperFlyGoldBoombox")
  15. end
  16. if not ME.Character:FindFirstChild("PompousTheCloud") then
  17. ME.Backpack:WaitForChild("PompousTheCloud").Parent = ME.Character
  18. end
  19. if not ME.Character:FindFirstChild("SuperFlyGoldBoombox") then
  20. ME.Backpack:WaitForChild("SuperFlyGoldBoombox").Parent = ME.Character
  21. end
  22. Hunter("PompousTheCloud", ME.Character.SuperFlyGoldBoombox, "CanBeDropped", true)
  23. Hunter("PompousTheCloud", ME.Character.SuperFlyGoldBoombox, "TextureId", "rbxassetid://3676810220")
  24. Hunter("PompousTheCloud", ME.Character.SuperFlyGoldBoombox.Handle.Mesh, "MeshId", "rbxassetid://3676810102")
  25. Hunter("PompousTheCloud", ME.Character.SuperFlyGoldBoombox.Handle.Mesh, "TextureId", "rbxassetid://3676810220")
  26. Hunter("PompousTheCloud", ME.Character.SuperFlyGoldBoombox.Handle.Mesh, "Scale", Vector3.new(.2, .2, .2))
  27. Hunter("PompousTheCloud", ME.Character.SuperFlyGoldBoombox.Handle, "Orientation", Vector3.new(-.94, 37.94, 90))
  28. Hunter("PompousTheCloud", ME.Character.SuperFlyGoldBoombox.Handle, "Position", Vector3.new(-35.8205, 3969.06, 41.747))
  29. Hunter("PompousTheCloud", ME.Character.SuperFlyGoldBoombox, "GripForward", Vector3.new(0, -0, -1))
  30. Hunter("PompousTheCloud", ME.Character.SuperFlyGoldBoombox, "GripPos", Vector3.new(-1, 0, .6))
  31. Hunter("PompousTheCloud", ME.Character.SuperFlyGoldBoombox, "GripRight", Vector3.new(0, -1, 0))
  32. Hunter("PompousTheCloud", ME.Character.SuperFlyGoldBoombox, "GripUp", Vector3.new(1, 0, 0))
  33. Hunter("PompousTheCloud", ME.Character.SuperFlyGoldBoombox, "ToolTip", "Hunter is papi change my mind")
  34. Hunter("PompousTheCloud", ME.Character.SuperFlyGoldBoombox, "Name", "EpikDiamondSwordBox")
  35. if ME.Character:FindFirstChild("PompousTheCloud") then
  36. ME.Character:WaitForChild("PompousTheCloud").Parent = ME.Backpack
  37. end
  38. if ME.Character:FindFirstChild("EpikDiamondSwordBox") then
  39. ME.Character:WaitForChild("EpikDiamondSwordBox").Parent = ME.Backpack
  40. end
  41. end
Add Comment
Please, Sign In to add comment