Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local oil = game.Players.LocalPlayer
- local sauce = oil.Character
- local tor = sauce:FindFirstChild("Torso") or sauce:FindFirstChild("UpperTorso")
- print("made by the one and only oilsauce")
- local meme = Instance.new("Tool", oil.Backpack)
- meme.Name = "ok"
- meme.Activated:connect(function()
- one = Instance.new("Part", workspace)
- one.Name = "no"
- one.Material = "Slate"
- one.Size = Vector3.new(100, 300, 100)
- one.CFrame = tor.CFrame * CFrame.new(0, 100, 0)
- one.Anchored = true
- local start = one.CFrame
- local finish = one.CFrame * CFrame.new(0, -100, 0)
- for pro = 0,1,.1 do
- one.CFrame = start:lerp(finish, pro)
- wait()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement