local Players = game:GetService("Players") --Made by @officiallepka--
local StarterGui = game:GetService("StarterGui") --Warning: Do not change the script on your own it could break or give fatal errors to game--
--If you see a bug contact me a message on my Dc: @sick cosmos--
local player = Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local humanoid = character:WaitForChild("Humanoid")
humanoid.WalkSpeed = 0
humanoid.JumpPower = 0
player.CharacterAdded:Connect(function(char)
local hum = char:WaitForChild("Humanoid")
hum.WalkSpeed = 0
hum.JumpPower = 0
end)
pcall(function()
StarterGui:SetCore("ResetButtonCallback", false)
end)
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, false)
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true)
** You are now Level 13! **