BDD-style test and assertion library for Roblox Lua roblox-ts Lua Apache-2.0 27 0 0 0 Updated Jul 20, 2020. Discord-archive Archive of deleted discord channels. Jan 18, 2021 Alex is an avid Roblox player who has been playing, creating, and scripting on Roblox and Roblox Studio since 2017. He is proficient in the Lua programming language and understands how the systems and servers work. He has worked alongside several groups and collaboration projects to help create Roblox games. This article has been viewed 7,049.
Apr 25th, 2020
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild('Head')and game.Players.LocalPlayer.Character:findFirstChild('Humanoid')
- repeat wait()until mouse
- local torso = plr.Character.Head
- local deb =true
- local lastctrl ={f =0, b =0, l =0, r =0}
- local speed =5000
- function Fly()
- bg.P =9e4
- bg.cframe = torso.CFrame
- bv.velocity = Vector3.new(0,0.1,0)
- repeat wait()
- if ctrl.l + ctrl.r ~=0or ctrl.f + ctrl.b ~=0then
- if speed > maxspeed then
- end
- elseifnot(ctrl.l + ctrl.r ~=0or ctrl.f + ctrl.b ~=0)and speed ~=0then
- if speed <0then
- end
- if(ctrl.l + ctrl.r)~=0or(ctrl.f + ctrl.b)~=0then
- bv.velocity =((game.Workspace.CurrentCamera.CoordinateFrame.lookVector *(ctrl.f+ctrl.b))+((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p)- game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
- lastctrl ={f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
- elseif(ctrl.l + ctrl.r)0and(ctrl.f + ctrl.b)0and speed ~=0then
- bv.velocity =((game.Workspace.CurrentCamera.CoordinateFrame.lookVector *(lastctrl.f+lastctrl.b))+((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p)- game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
- bv.velocity = Vector3.new(0,0.1,0)
- bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
- ctrl ={f =0, b =0, l =0, r =0}
- speed =0
- bv:Destroy()
- end
- if key:lower()'f'then
- else
- Fly()
- elseif key:lower()'w'then
- elseif key:lower()'s'then
- elseif key:lower()'a'then
- elseif key:lower()'d'then
- end
- mouse.KeyUp:connect(function(key)
- ctrl.f =0
- ctrl.b =0
- ctrl.l =0
- ctrl.r =0
- end)
RAW Paste Data
Apr 23rd, 2020
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Lua Scripter Download For Roblox Id
Lua Script Download Roblox
- -- TP TO ANY PLAYER IN YOUR GAME YOU YOUST NEED THE NAME
- -- IF YOU WANT TO GET THE NAME EASILY PRESS F9 + CTRL I WROTE THEM THERE ;)
- -- SOME GAMES WILL KICK YOU OR BAN YOU FOR TELEPROTING
- -- USE AT YOUR ON RISK IF YOU GET BANNED DONT BLAME ME
- local UI = Instance.new('ScreenGui')
- local title = Instance.new('TextLabel')
- local tpB = Instance.new('TextButton')
- local titleText ='Script by 5C_G. Write the name of the player you want to TP to IN GAME. Remeber there are some games that kick you for teleproting. Use at your own RISK.'
- main_frame.Size = UDim2.new(0,223,0,202)
- main_frame.BorderSizePixel =0
- main_frame.BackgroundColor3 = Color3.fromRGB(0,0,0)
- title.Parent = main_frame
- title.Position = UDim2.new(-0.004,0,-0.004,0)
- title.TextScaled =true
- title.BorderColor3 = Color3.fromRGB(255,255,255)
- injector.Size = UDim2.new(0,153,0,42)
- injector.Text ='
- injector.BackgroundColor3 = Color3.fromRGB(85,0,0)
- injector.TextColor3 = Color3.fromRGB(0,0,0)
- tpB.Parent = main_frame
- tpB.Position = UDim2.new(0.803,0,0.634,0)
- tpB.TextScaled =true
- tpB.BorderSizePixel =0
- for _, playerss inpairs(game.Players:GetChildren())do
- print('('..playerss.Name..') <-- 5C_G WROTE THIS')
- tpB.Activated:Connect(function()
- for _, players inpairs(game.Players:GetChildren())do
- local playerChar = players.Character
- player.HumanoidRootPart.CFrame = playerHMRP.CFrame
- end
- print('SORRY YOU WONT TP TO THE CREATOR OF THE SCRIPT LOLOLOL')-- made this for fun
- end
RAW Paste Data