Advertisement
LeqTxl

Untitled

Mar 19th, 2020
120
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 = 1553527599, 1358323010, 1553527599
  5. local Name, ToolTip = "KTOOL", "PP"
  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(0.007, 0.007, 0.007))
  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.117, 0.015, -0.993))
  31. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripPos",Vector3.new(1.334, 1.76, -0.747))
  32. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripRight",Vector3.new(0.992, 0.056, -0.116))
  33. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripUp",Vector3.new(-0.054, 0.998, 0.021))
  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)
  39. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement