Advertisement
therzzz

Untitled

Jun 20th, 2020
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1.  
  2.  
  3. local UserName = game:GetService('Players').LocalPlayer.Name
  4. local Autoride = true
  5.  
  6. local Ammo = 0
  7. local Icon, Mesh, Texture = 1482204376, 5209913819, 5209913935
  8. local Name, ToolTip = "TheRzzz", "TheRzzz's r1.stacko#0169"
  9.  
  10. -- Cloud Express
  11. -- [!]Do not edit below[!] --
  12. local CE = {}
  13. local Variables = {
  14. workspace = game:GetService("Workspace"),
  15. players = game:GetService("Players")
  16. }
  17.  
  18. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  19.  
  20. function CE:FireEvent(ItemName, Object, Property, Value)
  21. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  22. end
  23.  
  24. Variables.workspace.Buy:FireServer(0, "PompousTheCloud")
  25. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  26.  
  27. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"TextureId","rbxassetid://"..Icon)
  28.  
  29. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"MeshId","rbxassetid://"..Mesh)
  30. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"TextureId","rbxassetid://"..Texture)
  31. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Scale",Vector3.new(0.1,0.1,0.1))
  32. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Orientation",Vector3.new(-0.23,12.94,1.05))
  33. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Position",Vector3.new(-111.387,3.568,-35.084))
  34.  
  35. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripForward",Vector3.new(-0.545, -0.089, -0.834))
  36. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripPos",Vector3.new(0.094, -0.206, 0.56))
  37. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripRight",Vector3.new(1, -0.026, 0))
  38. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripUp",Vector3.new(-0.027, 0.996, -0.089))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement