Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- script.Name = "PSEnabled"
- local stopped = Instance.new("BoolValue",script)
- stopped.Name = "ok"
- script.Parent = game.Players.LocalPlayer.PlayerGui
- print(stopped.Value)
- if stopped.Value == false then
- game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
- Text = "Private Server - Enabled";
- Color = Color3.new(0,1,0);
- Font = Enum.Font.SourceSans;
- FontSize = Enum.FontSize.Size18;
- })
- else
- script.Disabled = true
- end
Advertisement
Add Comment
Please, Sign In to add comment