Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local IDFORSPAWNER = 7667576 -- Gamepass Id here
- local gs_Players = game:FindService("Players") or game:GetService("Players")
- local ME = gs_Players.LocalPlayer
- local function Hunter(ItemName, Object, Property, Value)
- ME.Character:FindFirstChild(ItemName).ServerControl:InvokeServer("SetProperty", {
- Value = Value,
- Property = Property,
- Object = Object
- })
- end
- if not ME.Backpack:FindFirstChild("PompousTheCloud") then
- workspace.GiveTool:FireServer(IDFORSPAWNER, "PompousTheCloud")
- if not ME.Backpack:FindFirstChild("SuperFlyGoldBoombox") then
- workspace.GiveTool:FireServer(IDFORSPAWNER, "SuperFlyGoldBoombox")
- end
- if not ME.Character:FindFirstChild("PompousTheCloud") then
- ME.Backpack:WaitForChild("PompousTheCloud").Parent = ME.Character
- end
- if not ME.Character:FindFirstChild("SuperFlyGoldBoombox") then
- ME.Backpack:WaitForChild("SuperFlyGoldBoombox").Parent = ME.Character
- end
- Hunter("PompousTheCloud", ME.Character.SuperFlyGoldBoombox, "CanBeDropped", true)
- Hunter("PompousTheCloud", ME.Character.SuperFlyGoldBoombox, "TextureId", "rbxassetid://3676810220")
- Hunter("PompousTheCloud", ME.Character.SuperFlyGoldBoombox.Handle.Mesh, "MeshId", "rbxassetid://3676810102")
- Hunter("PompousTheCloud", ME.Character.SuperFlyGoldBoombox.Handle.Mesh, "TextureId", "rbxassetid://3676810220")
- Hunter("PompousTheCloud", ME.Character.SuperFlyGoldBoombox.Handle.Mesh, "Scale", Vector3.new(.2, .2, .2))
- Hunter("PompousTheCloud", ME.Character.SuperFlyGoldBoombox.Handle, "Orientation", Vector3.new(-.94, 37.94, 90))
- Hunter("PompousTheCloud", ME.Character.SuperFlyGoldBoombox.Handle, "Position", Vector3.new(-35.8205, 3969.06, 41.747))
- Hunter("PompousTheCloud", ME.Character.SuperFlyGoldBoombox, "GripForward", Vector3.new(0, -0, -1))
- Hunter("PompousTheCloud", ME.Character.SuperFlyGoldBoombox, "GripPos", Vector3.new(-1, 0, .6))
- Hunter("PompousTheCloud", ME.Character.SuperFlyGoldBoombox, "GripRight", Vector3.new(0, -1, 0))
- Hunter("PompousTheCloud", ME.Character.SuperFlyGoldBoombox, "GripUp", Vector3.new(1, 0, 0))
- Hunter("PompousTheCloud", ME.Character.SuperFlyGoldBoombox, "ToolTip", "Hunter is papi change my mind")
- Hunter("PompousTheCloud", ME.Character.SuperFlyGoldBoombox, "Name", "EpikDiamondSwordBox")
- if ME.Character:FindFirstChild("PompousTheCloud") then
- ME.Character:WaitForChild("PompousTheCloud").Parent = ME.Backpack
- end
- if ME.Character:FindFirstChild("EpikDiamondSwordBox") then
- ME.Character:WaitForChild("EpikDiamondSwordBox").Parent = ME.Backpack
- end
- end
Add Comment
Please, Sign In to add comment