Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = "Loaded!";
- Color = Color3.new(0, 0, 0);
- Font = Enum.Font.SourceSansBold;
- FontSize = Enum.FontSize.Size24;
- })
- task.wait(2)
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = "Welcome "..user.." ("..user2..") to XyzCmds";
- Color = Color3.new(0, 0, 0);
- Font = Enum.Font.SourceSansBold;
- FontSize = Enum.FontSize.Size24;
- })
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = "Say ,cmds for a list of cmds (perfix is comma)";
- Color = Color3.new(0, 0, 0);
- Font = Enum.Font.SourceSansBold;
- FontSize = Enum.FontSize.Size24;
- })
- game.Players.LocalPlayer.Chatted:Connect(function(msg)
- if msg == ",house" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x, 28.3, 82.4)
- x = x - 4
- wait(0.01)
- end
- end)
- game.Players.LocalPlayer.Chatted:Connect(function(msg)
- if msg == ",pads" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x, 28.3, 106.4)
- x = x - 4
- wait(0.01)
- end
- end)
- game.Players.LocalPlayer.Chatted:Connect(function(msg)
- if msg == ",spawn" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x, 20, -42)
- x = x - 4
- wait(0.01)
- end
- end)
- game.Players.LocalPlayer.Chatted:Connect(function(msg)
- if msg == ",hop" then game.Players:Chat("!newserver")
- end
- end)
- game.Players.LocalPlayer.Chatted:Connect(function(msg)
- if msg == ",pc" then game.Players:Chat(":partcount")
- end
- end)
- game.Players.LocalPlayer.Chatted:Connect(function(msg)
- if msg == ",rj" then game.Players:Chat("!rejoin")
- end
- end)
- game.Players.LocalPlayer.Chatted:Connect(function(msg)
- if msg == ",clean" then game.Players:Chat(":free all | :starterremove all all | :re all | :music | :uncharaudio all | :clr | :clrt | :wait 1 | :flynoclip | :f3x | :god all | :ff all")
- end
- end)
- game.Players.LocalPlayer.Chatted:Connect(function(msg)
- if msg == ",admin" then
- workspace.CurrentCamera.CameraType = Enum.CameraType.Scriptable
- local hrp = game.Players.LocalPlayer.Character.HumanoidRootPart
- local PlrPos = hrp.CFrame
- local AdminPadPos= 13.6
- for I = 1, 9, 1 do
- hrp.CFrame = CFrame.new(AdminPadPos, 26.5, 105.5)
- AdminPadPos = AdminPadPos - 4
- task.wait(0)
- end
- hrp.CFrame = PlrPos
- workspace.CurrentCamera.CameraType = Enum.CameraType.Track
- end
- end)
- game.Players.LocalPlayer.Chatted:Connect(function(msg)
- if msg == ",reset" then
- local plr = game.Players
- local plr2 = game.Players.LocalPlayer
- local hrp = game.Players.LocalPlayer.Character.HumanoidRootPart
- local PlrPos = hrp.CFrame
- for I = 1, 2, 1 do
- hrp.CFrame = CFrame.new(22, 28.5, 105.5)
- fireclickdetector(game.workspace.SecureParts.ResetPads.ClickDetector)
- task.wait(0)
- fireclickdetector(game.workspace.SecureParts.ResetPads.ClickDetector)
- task.wait(0)
- fireclickdetector(game.workspace.SecureParts.ResetPads.ClickDetector)
- task.wait(0)
- fireclickdetector(game.workspace.SecureParts.ResetPads.ClickDetector)
- task.wait(0)
- end
- hrp.CFrame = PlrPos
- end
- end)
- game.Players.LocalPlayer.Chatted:Connect(function(msg)
- if msg == ",cmds" then local user = game.Players.LocalPlayer.DisplayName
- local user2 = game.Players.LocalPlayer.Name
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = "Welcome "..user.." ("..user2..") to XyzCmds";
- Color = Color3.new(0, 0, 0);
- Font = Enum.Font.SourceSansBold;
- FontSize = Enum.FontSize.Size24;
- })
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = "Perfix is , (comma)";
- Color = Color3.new(0, 0, 0);
- Font = Enum.Font.SourceSansBold;
- FontSize = Enum.FontSize.Size24;
- })
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = ",house (Tps you to the admin house)";
- Color = Color3.new(0, 0, 0);
- Font = Enum.Font.SourceSansBold;
- FontSize = Enum.FontSize.Size24;
- })
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = ",pads (Tps you infornt of the pads)";
- Color = Color3.new(0, 0, 0);
- Font = Enum.Font.SourceSansBold;
- FontSize = Enum.FontSize.Size24;
- })
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = ",admin (Gets you admin)";
- Color = Color3.new(0, 0, 0);
- Font = Enum.Font.SourceSansBold;
- FontSize = Enum.FontSize.Size24;
- })
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = ",pc (just partcount I needed that ;-;)";
- Color = Color3.new(0, 0, 0);
- Font = Enum.Font.SourceSansBold;
- FontSize = Enum.FontSize.Size24;
- })
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = ",clean (cleans the server I tried)";
- Color = Color3.new(0, 0, 0);
- Font = Enum.Font.SourceSansBold;
- FontSize = Enum.FontSize.Size24;
- })
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = ",hop (server hop)";
- Color = Color3.new(0, 0, 0);
- Font = Enum.Font.SourceSansBold;
- FontSize = Enum.FontSize.Size24;
- })
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = ",rj (rejoin)";
- Color = Color3.new(0, 0, 0);
- Font = Enum.Font.SourceSansBold;
- FontSize = Enum.FontSize.Size24;
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement