Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local UserName = game:GetService('Players').LocalPlayer.Name
- local Autoride = true
- local Animations = {Shoot = 95383980, Reload = 95384819}
- local Ammo = 10
- local Icon, Mesh, Texture = 24826005, 490513964, 490513968
- local Name, ToolTip = "Glock", "Couch"
- 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(0.4,0.5,0.5))
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Orientation",Vector3.new(-0.23,12.94,1.05))
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Position",Vector3.new(-111.387,3.568,-35.084))
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripForward",Vector3.new(-0.545, -0.089, -0.834))
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripPos",Vector3.new(0.20, 0, 0.5))
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripRight",Vector3.new(1, -0.026, 0))
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripUp",Vector3.new(-0.027, 0.996, -0.089))
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"ToolTip",ToolTip)
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["LocalScript"],"Disabled",true)
- CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"Name",Name)
- wait()
- local Glock = MainUserW["Glock"]
- function ReloadGlock()
- local Animation = Instance.new("Animation") -- RELOAD
- Animation.AnimationId = "rbxassetid://"
- local AnimationLoader = MainUserP.Character.Humanoid:LoadAnimation(Animation)
- AnimationLoader:Play()
- AnimationLoader:AdjustSpeed(1)
- Ammo = Ammo + 10
- end
Advertisement
Add Comment
Please, Sign In to add comment