Apr 23rd, 2020
Never
Selling Trading 5000 Robux 1-60 Minutes MINING SIMULATOR ARSENAL. Selling ROBLOX ACCOUNT WITH OVER 50 invested. To legally protecting Player-2-Player Account.
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- -- 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