Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local UserName = game:GetService('Players').LocalPlayer.Name
- workspace.GiveTool:FireServer(XXX,"PompousTheCloud")
- local Icon, Mesh, Texture = 4106914537, 1254388357, 4551312928
- local Name, ToolTip = "PompousTheCloud", "Join Dave's Clothing Market!"
- local CE = {}
- local Variables = {
- workspace = game:GetService("Workspace"),
- players = game:GetService("Players")
- }
- local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
- function CE:FireEvent(ItemName, Object, Property, Value)
- MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
- end
- Variables.workspace.Buy:FireServer(0, "PompousTheCloud")
- MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"TextureId","rbxassetid://"..Icon)
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"MeshId","rbxassetid://"..Mesh)
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"TextureId","rbxassetid://"..Texture)
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Scale",Vector3.new(10,10,10))
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"],"Material","Neon")
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"],"Transparency","0")
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"],"BrickColor",BrickColor.new(255,0,0))
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripPos",Vector3.new(0,-1,0))
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripRight",Vector3.new(1,0,0))
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripUp",Vector3.new(0,1,0))
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"ToolTip",ToolTip)
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"CanBeDropped",true)
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["LocalScript"],"Disabled",false)
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"Name",Name)
Advertisement
Add Comment
Please, Sign In to add comment