I have this script so far: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gamecredit = true if not true then
end
if gamecredit == true then
local gamecredit = Instance.new("ScreenGui") local gamecredit1 = Instance.new("Frame") gamecredit1.Size = UDim2.new(0.8, 0.4 , 0.8 , 0.4) gamecredit1.Position = UDim2.new(0 , 0 ,0) local gamecredit2 = Instance.new("TextLabel") gamecredit2.Text = "" --{jamiethegreatQ777}-- --All Scripts/Gui's Made By Me JamiethegreatQ777 --How To Use Chat: Open "CustomChat_ByJamie (DO NOT UNGROUP)" --Open CustomChatScript Modify Banned Word List To Words You Don't Want In Your Game Chat. --How To Use PlayerList: Do Not Change Any Scripts/Gui's, If You Want To Add A Value Like Cash --Then Just Put That Script In Workspace And This Script Will Find It
--{jamiethegreatQ777}-- --If There Is Any Problems Or Yo Have Suggestions Please Message Me: --Discord Server: --Twitter Account: --Youtube Channel: --Roblox Account: --Also Join The Discord Server For A Chance To Win Free Prizes Like An Intro,A Script Or Anything!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ But I Don't Know The Command To Kill A Player To Fit In This Script.
This would kill everyone until gamecredit is true again.
local AllPlayers = game.Players:GetPlayers() repeat for i,v in pairs(AllPlayers) do v.Character.Humanoid.Health = end wait(1) until gamecredit == true
Consider accepting this awnser if it helped you as it will give us both reputation.
Code Blocks Are Broken...