Advertisement
therzzz

Untitled

Jun 25th, 2020
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. local UserName = game:GetService("Players").LocalPlayer.Name
  2. local Autoride = true
  3.  
  4. local Icon, Mesh, Texture = 4638242624, 2175285326, 5214325416
  5. local Name, ToolTip = "KTOOL", "TheRzzz Picture"
  6.  
  7. local CE = {}
  8. local Variables = {
  9. workspace = game:GetService("Workspace"),
  10. players = game:GetService("Players")
  11. }
  12.  
  13. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  14.  
  15. function CE:FireEvent(ItemName, Object, Property, Value)
  16. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  17. end
  18.  
  19. Variables.workspace.Buy:FireServer(0, "PompousTheCloud")
  20. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  21.  
  22. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"TextureId","rbxassetid://"..Icon)
  23.  
  24. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"MeshId","rbxassetid://"..Mesh)
  25. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"TextureId","rbxassetid://"..Texture)
  26. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Scale",Vector3.new(1.266, 9.392, 14.976))
  27. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Orientation",Vector3.new(-0, 0, 0))
  28. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Position",Vector3.new(14.981, 1.759, -11.839))
  29.  
  30. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripForward",Vector3.new(0.997, -0.035, 0.063))
  31. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripPos",Vector3.new(2.446, -3.965, 1.561))
  32. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripRight",Vector3.new(-0.064, -0.015, 0.998))
  33. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripUp",Vector3.new(0.034, 0.999, 0.017))
  34.  
  35. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"ToolTip",ToolTip)
  36. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"CanBeDropped",true)
  37. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["LocalScript"],"Disabled",true)
  38. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"Name",Name)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement