- Script Roblox Pastebin
- Pet Simulator Pastebin
- Roblox Gun Simulator Script Pastebin
- Roblox Weapon Simulator Script Pastebin
Cool script: https://shrinkearn.com/klEB.
Oct 31st, 2018
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- local main = Instance.new('Frame')
- local hearts = Instance.new('TextButton')
- local unlockall = Instance.new('TextButton')
- local farm = Instance.new('TextButton')
- -- Properties
- uc.Name = 'uc'
- main.Parent = uc
- main.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
- main.BorderSizePixel = 0
- main.Position = UDim2.new(0.48157084, 0, 0.258426964, 0)
- main.Draggable = true
- sellall.Name = 'sellall'
- sellall.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
- sellall.BackgroundTransparency = 0.20000000298023
- sellall.Position = UDim2.new(1.66666663, 0, 0.0399999991, 0)
- sellall.Font = Enum.Font.Fantasy
- sellall.TextColor3 = Color3.new(1, 1, 1)
- sellall.MouseButton1Down:connect(function()
- sellall.BackgroundColor3 = Color3.new(0.227451, 0.596078, 0)
- local plr = game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart
- for i,v in pairs(game.Workspace:GetDescendants()) do
- plr.CFrame = v.CFrame
- end
- end)
- hearts.Name = 'hearts'
- hearts.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
- hearts.BorderSizePixel = 0
- hearts.Position = UDim2.new(1.66666663, 0, 0.763665199, 0)
- hearts.Font = Enum.Font.Fantasy
- hearts.TextColor3 = Color3.new(1, 1, 1)
- hearts.MouseButton1Down:connect(function()
- hearts.BackgroundColor3 = Color3.new(0.227451, 0.596078, 0)
- local plr = game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart
- for i,v in pairs(game.Workspace:GetDescendants()) do
- v.CFrame = plr.CFrame
- end
- end
- attk.Parent = main
- attk.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
- attk.BorderSizePixel = 0
- attk.Position = UDim2.new(1.66666663, 0, 0.397778153, 0)
- attk.Font = Enum.Font.Fantasy
- attk.TextColor3 = Color3.new(1, 1, 1)
- attk.MouseButton1Down:connect(function()
- attk.BackgroundColor3 = Color3.new(0.227451, 0.596078, 0)
- wait()
- local A_1 = Vector3.new(59.3279877, 0.100000001, 56.6135178)
- local Event = game:GetService('Workspace')[game.Players.LocalPlayer.Name].Weapons.Remote
- end
- unlockall.Parent = main
- unlockall.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
- unlockall.BackgroundTransparency = 0.20000000298023
- unlockall.Position = UDim2.new(1.66666663, 0, 0.575339675, 0)
- unlockall.Font = Enum.Font.Fantasy
- unlockall.TextColor3 = Color3.new(1, 1, 1)
- unlockall.MouseButton1Down:connect(function()
- unlockall.BackgroundColor3 = Color3.new(0.227451, 0.596078, 0)
- game.Workspace.Areas['3'].Door:Destroy()
- game.Workspace.Areas['5'].Door:Destroy()
- game.Workspace.Areas['7'].Door:Destroy()
- game.Workspace.Areas['9'].Door:Destroy()
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.Position = UDim2.new(1.66666663, 0, 0.942857146, 0)
- TextLabel.Font = Enum.Font.Fantasy
- TextLabel.TextColor3 = Color3.new(1, 0, 0.0156863)
- farm.Parent = main
- farm.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
- farm.BorderSizePixel = 0
- farm.Position = UDim2.new(1.66666663, 0, 0.226351738, 0)
- farm.Font = Enum.Font.Fantasy
- farm.TextColor3 = Color3.new(1, 1, 1)
- farm.MouseButton1Down:connect(function()
- farm.BackgroundColor3 = Color3.new(0.227451, 0.596078, 0)
- wait(2)
- local plr = game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart
- for i,v in pairs(game.Workspace.Areas:GetDescendants()) do
- plr.CFrame = v.CFrame + Vector3.new(math.random(-2,2),0,math.random(-1,1))
- end
- end
- wait()
- local A_1 = Vector3.new(59.3279877, 0.100000001, 56.6135178)
- local Event = game:GetService('Workspace')[game.Players.LocalPlayer.Name].Weapons.Remote
- end
- wait(5)
- local plr = game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart
- for i,v in pairs(game.Workspace:GetDescendants()) do
- plr.CFrame = v.CFrame
- end
- end
RAW Paste Data
Sep 9th, 2019
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Script Roblox Pastebin
Pet Simulator Pastebin
- local user = game.Players.LocalPlayer.Backpack
- local handle = Instance.new('Part',sword)
- local DAMAGE = 35
- local sound2 = Instance.new('Sound',handle)
- script.Parent = sword
- --local animation = Instance.new('Animation',script)
- --animation.AnimationId = 'http://www.roblox.com/Asset?ID=992817684'
- sound.SoundId = 'rbxasset://sounds//swordlunge.wav'
- sound.PlaybackSpeed = 1.17
- sound2.SoundId = 'rbxasset://sounds//unsheath.wav'
- sound2.PlaybackSpeed = 0.8
- sound2.Name = 'Unsheath'
- function unsheathanimation()
- sword.GripPos = sword.GripPos + Vector3.new(0,5,0)
- sword.GripPos = sword.GripPos + Vector3.new(0,-1,0)
- end
- sound2:Play()
- if (h ~= nil) then
- end
- --4
- for i = 1,5 do
- sword.GripUp = sword.GripUp + Vector3.new(0,0,1)
- end
- sword.GripUp = sword.GripUp + Vector3.new(0,0,-1)
- handle.Size = handle.Size + Vector3.new(-4,-1,-2)
- handle.Size = handle.Size + Vector3.new(0.6, 3.6, 0.4)
- mesh.MeshId = 'http://www.roblox.com/asset/?id=94746028'
- mesh.TextureId = 'http://www.roblox.com/asset/?ID=94746105'
- sword.Equipped:connect(unsheathsound)
- sword.Activated:connect(animate)
Roblox Gun Simulator Script Pastebin
RAW Paste Data