Require permission from a moderator.6. Fundraisers, community events, etc. How beat fnaf world. Limit content to anything about FNaF, Scott’s other games and/or the community.4. Light NSFW (gore, suggestive) is allowed.5. Posts solely for advertising, let’s plays and livestreams are not allowed.
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.
How to Install Roblox Player Go to the Roblox website and log into your account Upon logging into Roblox, visit any game and click on the green Play button A pop-up window will appear informing you that Roblox Player is installing. How do i download roblox on my pc. Download this game from Microsoft Store for Windows 10. See screenshots, read the latest customer reviews, and compare ratings for Roblox.
- --ORIGINAL SCRIPT MADE BY CLASSYINORI ON: DEC 26 2016, DON'T JUDGE MY SHITTY SCRIPTING.
- repeat wait() until game:GetService('Players').LocalPlayer and game:GetService('Players').LocalPlayer.Character
- local plr, char = game:GetService('Players').LocalPlayer, game:GetService('Players').LocalPlayer.Character
- local globalStop = false
- local util = {}
- ----------------
- local cmds = {
- 'e.g. : printcmds',
- 'e.g. : stoploops',
- 'TELEPORT TO DF | [devilfruit/df] [delay (default = 0.5)] [loop? (true/t)] -- NOTE: IF USING LOOP, YOU MUST SPECIFY A DELAY (E.G 0.5.)',
- 'TPKILL (BUGGY) | [tpkill/kill] [plrNameHere/mobs] [loop? (true/t)] -- NOTE: YOU CANNOT LOOPKILL PLAYERS.',
- 'GOD (FOR TPKILL) | [god]',
- }
- ------------
- -- Objects
- local UIWorkspace = Instance.new('ScreenGui')
- local TextBox = Instance.new('TextBox')
- -- Properties
- UIWorkspace.Archivable = false
- UIWorkspace.Parent = game.CoreGui
- TextLabel.Parent = UIWorkspace
- TextLabel.BackgroundColor3 = Color3.new(globalColor, globalColor, globalColor)
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0, 0, 0.800000012, 0)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = '>'
- TextLabel.TextSize = 26
- TextLabel.TextXAlignment = Enum.TextXAlignment.Right
- TextBox.Parent = UIWorkspace
- TextBox.BackgroundColor3 = Color3.new(globalColor, globalColor, globalColor)
- TextBox.BorderSizePixel = 0
- TextBox.Position = UDim2.new(0, 85, 0.800000012, 0)
- TextBox.Font = Enum.Font.SciFi
- TextBox.TextColor3 = Color3.new(1, 1, 1)
- TextBox.TextXAlignment = Enum.TextXAlignment.Left
- local mouse = game.Players.LocalPlayer:GetMouse()
- if string.byte(Key) 13 then
- TextBox.Text = '
- end)
- TextBox.FocusLost:connect(function(enterPressed)
- secondaryInit()
- --EDIT STUFF HERE--
- if args[1] 'printcmds' or args[1] 'cmds' then
- util.log('COMMANDS (not case-sensitive):')
- util.log(i.' | '.cmds[i])
- elseif args[1] 'devilfruit' or args[1] 'df' then
- if #args > 2 then
- globalStop = false
- repeat wait()
- for _, v in pairs(game:GetService('Workspace'):children()) do
- if string.find(string.lower(v.Name), 'devilpoint') and not globalStop then
- char:FindFirstChild('HumanoidRootPart').CFrame = v.CFrame
- globalStop = true
- if #args > 1 then
- delayDf = args[2]
- end
- end
- until globalStop
- coroutine.resume(tempRoutine)
- else
- for _, v in pairs(game:GetService('Workspace'):children()) do
- if string.find(string.lower(v.Name), 'devilpoint') and not globalStop then
- char:FindFirstChild('HumanoidRootPart').CFrame = v.CFrame
- globalStop = true
- if #args > 1 then
- delayDf = args[2]
- end
- end
- end
- elseif args[1] 'tpkill' or args[1] 'kill' then
- if args[2] 'mobs' then
- if #args > 2 then
- local tempRoutine = coroutine.create(function()
- for _, v in pairs(game:GetService('Workspace'):children()) do
- if string.find(v.Name, 'Marine') or string.find(v.Name, 'Pirate') or string.find(v.Name, 'Fishman') then
- if not string.find(string.lower(v.Name), string.lower(plr.TextureGui.TextureId.Side.Value)) then
- char:FindFirstChild('HumanoidRootPart').CFrame = v:FindFirstChild('HumanoidRootPart').CFrame + v:FindFirstChild('HumanoidRootPart').CFrame.lookVector.unit * v:FindFirstChild('HumanoidRootPart').Size.Z/2
- --char:MoveTo(v:FindFirstChild('HumanoidRootPart').Position)
- game:GetService('Workspace').RemoteEvents.Hit:FireServer(.4)
- until v:FindFirstChild('Humanoid').Health < 1 or not v or globalStop
- end
- end
- end)
- end
- globalStop = false
- for _, v in pairs(game:GetService('Workspace'):children()) do
- if string.find(v.Name, 'Marine') or string.find(v.Name, 'Pirate') or string.find(v.Name, 'Fishman') then
- if not string.find(string.lower(v.Name), string.lower(plr.TextureGui.TextureId.Side.Value)) then
- char:FindFirstChild('HumanoidRootPart').CFrame = v:FindFirstChild('HumanoidRootPart').CFrame + v:FindFirstChild('HumanoidRootPart').CFrame.lookVector.unit * v:FindFirstChild('HumanoidRootPart').Size.Z/2
- --char:MoveTo(v:FindFirstChild('HumanoidRootPart').Position)
- game:GetService('Workspace').RemoteEvents.Hit:FireServer(.4)
- until v:FindFirstChild('Humanoid').Health < 1 or not v or globalStop
- end
- end
- else
- local victimThingy = util.findPlayer(args[2])
- if victimThingy and victimThingy.Character and not globalStop then
- char:FindFirstChild('HumanoidRootPart').CFrame = victimThingy:FindFirstChild('HumanoidRootPart').CFrame + victimThingy:FindFirstChild('HumanoidRootPart').CFrame.lookVector.unit * victimThingy:FindFirstChild('HumanoidRootPart').Size.Z/2
- --char:MoveTo(victimThingy:FindFirstChild('HumanoidRootPart').Position)
- game:GetService('Workspace').RemoteEvents.Hit:FireServer(.4)
- until victimThingy.Character:FindFirstChild('Humanoid').Health < 1 or globalStop
- end
- end
- elseif args[1] 'god' then
- --took this method off v3rm, don't know original creator so can't credit them ;c
- if char:FindFirstChild('Humanoid') then
- local derp = Instance.new('Humanoid', char)
- derp.Name = 'Humanoid' --idk if this is needed? :thinking:
- end
- --could make it so you can ungod, but I can't be bothered ;3
- elseif args[1] 'stoploops' or args[1] 'stop' then
- end
- ----------------
- end
- repeat wait() until game:GetService('Players').LocalPlayer and game:GetService('Players').LocalPlayer.Character
- plr, char = game:GetService('Players').LocalPlayer, game:GetService('Players').LocalPlayer.Character
- --EDIT STUFF HERE--
- util.log('GAME INFO: 'ONE PIECE: FINAL CHAPTER')
- for i = 1, #cmds do
- end
- ----------------
- end
- function secondaryInit()
- repeat wait() until game:GetService('Players').LocalPlayer and game:GetService('Players').LocalPlayer.Character
- plr, char = game:GetService('Players').LocalPlayer, game:GetService('Players').LocalPlayer.Character
- for i, v in pairs(game:GetService('Players'):GetPlayers()) do
- if string.lower(v.Name) string.lower(str) or string.find(string.lower(v.Name), string.lower(str)) then
- end
- end
- function util.splitArgs(str)
- for i in string.gmatch(str, '%S+') do
- end
- end
- function util.printf(str)
- for i = 1, #str do
- TextBox.Text = TextBox.Text.string.sub(str, i, i)
- end
- TextBox.Text = '
- print('[--INORI--] '.str)
- char:FindFirstChild('Humanoid').Died:connect(function()
- end)