Who Is Jennifer Holliday Married To,
Articles R
'[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats'. Teleports you and the player up into the air,\n[10] trail [plr] -- The opposite of follow, you stay infront of player,\n[11] untrail,\n[12] orbit [plr] -- Makes you orbit the player,\n[13] unorbit,\n[14] fling [plr] -- Makes you fling the player,\n[15] unfling,\n[16] fecheck -- Checks if the game is FE or not,\n[17] void [plr] -- Teleports player to the void,\n[18] noclip -- Gives you noclip to walk through walls,\n[19] clip -- Removes noclip,\n[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default,\n[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default,\n[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default,\n[23] default -- Changes your speed, jumppower and hipheight to default values,\n[24] annoy [plr] -- Loop teleports you to the player,\n[25] unannoy,\n[26] headwalk [plr] -- Loop teleports you to the player head,\n[27] unheadwalk,\n[28] nolimbs -- Removes your arms and legs,\n[29] god -- Gives you FE Godmode,\n[30] drophats -- Drops your accessories,\n[31] droptool -- Drops any tool you have equipped,\n[32] loopdhats -- Loop drops your accessories,\n[33] unloopdhats,\n[34] loopdtool -- Loop drops any tools you have equipped,\n[35] unloopdtool,\n[36] invisible -- Gives you invisibility CREDIT TO TIMELESS,\n[37] view [plr] -- Changes your camera to the player character,\n[38] unview,\n[39] goto [plr] -- Teleports you to player,\n[40] fly -- Allows you to fly,\n[41] unfly,\n[42] chat [msg] -- Makes you chat a message,\n[43] spam [msg] -- Spams a message,\n[44] unspam,\n[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second,\n[46] pmspam [plr] -- Spams a player in private message,\n[47] unpmspam,\n[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you,\n[49] uncfreeze [plr],\n[50] unlockws -- Unlocks the workspace,\n[51] lockws -- Locks the workspace,\n[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you,\n[53] pstand -- Enables platform stand,\n[54] unpstand -- Disables platform stand,\n[55] blockhead -- Removes your head mesh,\n[56] sit,\n[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name,\n[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided,\n[59] hypertotal -- Loads in my FE GUI Hypertotal,\n[60] cmds -- Prints all commands,\n[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats,\n[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool,\n[63] spinner -- Makes you spin,\n[64] nospinner,\n[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom,\n[66] noreach -- Removes reach, must have tool equipped,\n[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying,\n[68] tp me [plr] -- Alternative to goto,\n[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player,\n[70] uncbring,\n[71] swap [plr] -- You need a tool! '[-] cmdbar is shown when ; is pressed.'. Makes you and the player spin crazy'. '[120] enable -- Enables your character by adding humanoid'. '[46] pmspam [plr] -- Spams a player in private message'. Text = "Removed reach from equipped sword. "; if string.sub(msg, 1, 6) == (prefix.."view ") then, if game:GetService("Players")[v.Name].Character.Humanoid then, game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid, if string.sub(msg, 1, 7) == (prefix.."unview") then, game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid, if string.sub(msg, 1, 6) == (prefix.."goto ") then, if string.sub(msg, 1, 4) == (prefix.."fly") then, repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid'), local T = lplayer.Character.HumanoidRootPart, local CONTROL = {F = 0, B = 0, L = 0, R = 0}, local lCONTROL = {F = 0, B = 0, L = 0, R = 0}, local BV = Instance.new('BodyVelocity', T), BG.maxTorque = Vector3.new(9e9, 9e9, 9e9), lplayer.Character.Humanoid.PlatformStand = true, if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then, elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then, if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then, BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED, lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}, elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then, BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED, BG.cframe = workspace.CurrentCamera.CoordinateFrame, lplayer.Character.Humanoid.PlatformStand = false, if string.sub(msg, 1, 6) == (prefix.."unfly") then, if string.sub(msg, 1, 6) == (prefix.."chat ") then, game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All"), if string.sub(msg, 1, 6) == (prefix.."spam ") then, if string.sub(msg, 1, 7) == (prefix.."unspam") then, if string.sub(msg, 1, 10) == (prefix.."spamwait ") then, if string.sub(msg, 1, 8) == (prefix.."pmspam ") then, if string.sub(msg, 1, 9) == (prefix.."unpmspam") then, if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then, for i,v in pairs(GetPlayer(string.sub(msg, 10))) do, if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then, for i,v in pairs(GetPlayer(string.sub(msg, 12))) do, v.Character["Right Leg"].Anchored = false, v.Character["Right Arm"].Anchored = false, if string.sub(msg, 1, 9) == (prefix.."unlockws") then, local a = game:GetService("Workspace"):getChildren(). By continuing to use Pastebin, you agree to our use of cookies as described in the. '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player'. '[118] removefog -- Removes fog, client sided'. '[94] tpdefault -- Stops all loop teleports to a player'. '[126] stare [plr] -- Turns your character to stare at another player'. '[14] fling [plr] -- Makes you fling the player'. 1,424 . .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true), for i,v in pairs(game:GetDescendants()) do, print(" game." Copy and paste the Reviz Admin Script from into a reliable Roblox . '[123] flyspeed [num] -- Change your fly speed, default is 1'. .. v:GetFullName() .. " | RemoteEvent"), print(" game." '[115] .id [plr] -- Privately shows you the account ID of the player'. '[102] state [num] -- Changes your humanoid state, ;unstate to stop.'. '[95] stopsit -- Will not allow you to sit'. '[54] unpstand -- Disables platform stand'. Will bring player to you,\n[3] spin [plr] -- You need a tool! "; if string.sub(msg, 1, 7) == (prefix.."reach ") then, v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8))), if string.sub(msg, 1, 8) == (prefix.."noreach") then. '[82] bang [plr] -- 18+ will not work if you have FE Godmode on'. Without beating around the bush, Reviz Admin command script is basically a script that let's you perform certain actions in a game. Teleports you and the player up into the air,\n[10] trail [plr] -- The opposite of follow, you stay infront of player,\n[11] untrail,\n[12] orbit [plr] -- Makes you orbit the player,\n[13] unorbit,\n[14] fling [plr] -- Makes you fling the player,\n[15] unfling,\n[16] fecheck -- Checks if the game is FE or not,\n[17] void [plr] -- Teleports player to the void,\n[18] noclip -- Gives you noclip to walk through walls,\n[19] clip -- Removes noclip,\n[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default,\n[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default,\n[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default,\n[23] default -- Changes your speed, jumppower and hipheight to default values,\n[24] annoy [plr] -- Loop teleports you to the player,\n[25] unannoy,\n[26] headwalk [plr] -- Loop teleports you to the player head,\n[27] unheadwalk,\n[28] nolimbs -- Removes your arms and legs,\n[29] god -- Gives you FE Godmode,\n[30] drophats -- Drops your accessories,\n[31] droptool -- Drops any tool you have equipped,\n[32] loopdhats -- Loop drops your accessories,\n[33] unloopdhats,\n[34] loopdtool -- Loop drops any tools you have equipped,\n[35] unloopdtool,\n[36] invisible -- Gives you invisibility CREDIT TO TIMELESS,\n[37] view [plr] -- Changes your camera to the player character,\n[38] unview,\n[39] goto [plr] -- Teleports you to player,\n[40] fly -- Allows you to fly,\n[41] unfly,\n[42] chat [msg] -- Makes you chat a message,\n[43] spam [msg] -- Spams a message,\n[44] unspam,\n[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second,\n[46] pmspam [plr] -- Spams a player in private message,\n[47] unpmspam,\n[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you,\n[49] uncfreeze [plr],\n[50] unlockws -- Unlocks the workspace,\n[51] lockws -- Locks the workspace,\n[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you,\n[53] pstand -- Enables platform stand,\n[54] unpstand -- Disables platform stand,\n[55] blockhead -- Removes your head mesh,\n[56] sit,\n[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name,\n[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided,\n[59] hypertotal -- Loads in my FE GUI Hypertotal,\n[60] cmds -- Prints all commands,\n[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats,\n[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool,\n[63] spinner -- Makes you spin,\n[64] nospinner,\n[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom,\n[66] noreach -- Removes reach, must have tool equipped,\n[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying,\n[68] tp me [plr] -- Alternative to goto,\n[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player,\n[70] uncbring,\n[71] swap [plr] -- You need a tool! '[89] getplrs -- Prints all players in game'. '[1] kill [plr] -- You need a tool! '[130] fixcam -- Fixes/resets your camera', lplayer = game:GetService("Players").LocalPlayer, lplayer.CharacterAdded:Connect(function(character), function GetPlayer(String) -- Credit to Timeless/xFunnieuss, for i,v in pairs(game:GetService("Players"):GetPlayers()) do, if v.Name:lower():sub(1, #String) == String:lower() then, adminversion = "Reviz Admin by illremember, Version 2.0", print(plr.Name..": "..tick().."\n"..chat), game:GetService("Players").PlayerAdded:connect(function(plr), local ScreenGui = Instance.new("ScreenGui"), ScreenGui.Parent = game:GetService("CoreGui"), Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1), Frame.Position = UDim2.new(0.5, 0, 0, 10), CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843), CMDBAR.BackgroundTransparency = 0.20000000298023, CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0), CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098), CMDBAR.Text = "Press ; to type, Enter to execute", local ScrollingFrame = Instance.new("ScrollingFrame"), local TextLabel = Instance.new("TextLabel"), local closegui = Instance.new("TextButton"), CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804), CMDSFRAME.Position = UDim2.new(0, 315, 0, 100), CMDSFRAME.Size = UDim2.new(0, 275, 0, 275), ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922), ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0), ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0), ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0), TextLabel.BackgroundColor3 = Color3.new(1, 1, 1), TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0), TextLabel.FontSize = Enum.FontSize.Size18, TextLabel.Text = "[-] cmdbar is shown when ; is pressed.,\n[1] kill [plr] -- You need a tool! Text = "You need a tool in your backpack for this command! BEST Admin Scripts for ROBLOX | 4000+ COMMANDS ! Use ;noreach to disable. "; if string.sub(msg, 1, 7) == (prefix.."rkill ") then, if string.sub(msg, 1, 7) == (prefix.."tp me ") then, if string.sub(msg, 1, 8) == (prefix.."cbring ") then, if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then, if string.sub(msg, 1, 9) == (prefix.."uncbring") then, if string.sub(msg, 1, 6) == (prefix.."swap ") then, local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame, tp(lplayer, game:GetService("Players")[v.Name]), lplayer.Character.HumanoidRootPart.CFrame = NOWPLR, if string.sub(msg, 1, 8) == (prefix.."glitch ") then, b.Parent = lplayer.Character.HumanoidRootPart, if string.sub(msg, 1, 9) == (prefix.."unglitch") then, lplayer.Character.HumanoidRootPart.Glitch:Destroy(), lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000), lplayer.Character.HumanoidRootPart.unGlitch:Destroy(), if string.sub(msg, 1, 9) == (prefix.."grespawn") then, lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000), lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000), if string.sub(msg, 1, 9) == (prefix.."explorer") then, loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)(), if string.sub(msg, 1, 6) == (prefix.."anim ") then, Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7)), local track = lplayer.Character.Humanoid:LoadAnimation(Anim), if string.sub(msg, 1, 8) == (prefix.."animgui") then, loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)().