terça-feira, 24 de março de 2026

Script Player

local Players = game:GetService("Players")

local player = Players.LocalPlayer

local character = player.Character or player.CharacterAdded:Wait()

local humanoid = character:WaitForChild("Humanoid")


local guiTexto = script.Parent:WaitForChild("TempoContagem")


humanoid.WalkSpeed = 0

humanoid.JumpPower = 0


for i = 3, 1, -1 do

guiTexto.Text = tostring(i)

task.wait(1) 

end


guiTexto.Text = "GO!"

humanoid.WalkSpeed = 16 

humanoid.JumpPower = 50


task.wait(0.5)

guiTexto.Visible = false

0 comentários:

Postar um comentário