Advertisement
Guest User

s

a guest
Dec 14th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1.  
  2. -- https://v3rmillion.net/showthread.php?tid=889695
  3. -- Sikke 27/08/2019
  4.  
  5. local UserName = game:GetService('Players').LocalPlayer.Name
  6. local Autoride = true
  7.  
  8. local Animations = {Shoot = 95383980, Reload = 95384819}
  9. local Ammo = 10
  10. local Icon, Mesh, Texture = 0, 3731093456, 3731093519
  11. local Name, ToolTip = "", ""
  12.  
  13. -- Cloud Express
  14. -- [!]Do not edit below[!] --
  15. local CE = {}
  16. local Variables = {
  17. workspace = game:GetService("Workspace"),
  18. players = game:GetService("Players")
  19. }
  20.  
  21. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  22.  
  23. function CE:FireEvent(ItemName, Object, Property, Value)
  24. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  25. end
  26.  
  27. Variables.workspace.Buy:FireServer(0, "PompousTheCloud")
  28. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  29.  
  30. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"TextureId","rbxassetid://"..Icon)
  31.  
  32. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"MeshId","rbxassetid://"..Mesh)
  33. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"TextureId","rbxassetid://"..Texture)
  34. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Scale",Vector3.new(2,2,2))
  35. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Orientation",Vector3.new(-0.23,12.94,1.05))
  36. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Position",Vector3.new(-111.387,3.568,-35.084))
  37.  
  38. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripForward",Vector3.new(-0.545, -0.089, -0.834))
  39. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripPos",Vector3.new(0.094, -0.206, 0.56))
  40. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripRight",Vector3.new(1, -0.026, 0))
  41. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripUp",Vector3.new(-0.027, 0.996, -0.089))
  42.  
  43. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"ToolTip",ToolTip)
  44. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["LocalScript"],"Disabled",true)
  45. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"Name",Name)
  46. wait()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement