Город МОСКОВСКИЙ
00:14:55

[Scripts In Description] Learn How To Use Developer Console! - ROBLOX

Аватар
Игры и Время
Просмотры:
287
Дата загрузки:
30.10.2023 06:25
Длительность:
00:14:55
Категория:
Разное

Описание

Before you comment that I am cringe, I have an excuse: I was 11 or something when I made this.

THIS WORKS *ONLY* IN YOUR GAMES.

Hello Guys, Here are the scripts:

Money Giving:

game.Players.NAME.leaderstats.CURRENCY.Value = 5400
__________________________________________________

Kick:

game.Players.NAME:Kick("REASON")
__________________________________________________

Speed:

game.Players.NAME.Character.Humanoid.WalkSpeed = 100
__________________________________________________

Kill:

game.Players.NAME.Character.Humanoid.Health = 0
__________________________________________________
Create a message:

local m = Instance.new("Message")
m.Parent = Workspace
m.Text = "MESSAGE"
wait(10)
m:Remove()
__________________________________________________
while true do
wait(0.5)
game.Lighting.Ambient = Color3.new(math.random(), math.random(), math.random())
game.Lighting.ColorShift_Top = Color3.new(math.random(), math.random(), math.random())
game.Lighting.ColorShift_Bottom = Color3.new(math.random(), math.random(), math.random())
game.Lighting.ShadowColor = Color3.new(math.random(), math.random(), math.random())
end

SECRET: If you watch the whole video, you will see a bonus script which its not shown up here, also if you want easier access to those scripts, then copy them to a notepad!

Cya Later!
game.Workspace:Destroy()

Рекомендуемые видео