#💬 JAJA_MAMʹs Feedback

1 messages · Page 1 of 1 (latest)

north dawnBOT
rough halo
#

you gonna get warned

sick hamlet
#

?

#

why?

sick hamlet
sick hamlet
#

or banned

#

just wanna know why

rough halo
#

no format

sick hamlet
#

?

#

uh

#

who cares?

rough halo
sick hamlet
#

i just need feedbacks

#

HAPPY???

sick hamlet
orchid magnet
#

math.floor(YourNumberHere)

sick hamlet
#

where?

orchid magnet
#

wdym where?

#

In your script?

sick hamlet
#

ye

sick hamlet
#

me yes

orchid magnet
#
script.parent.Text = math.floor(life)../..maxlife
orchid magnet
sick hamlet
#

pareil

orchid magnet
#

mdr

sick hamlet
#

ah mais

#

comment on règle le script?

orchid magnet
#

bas tu change le

script.parent.Text = life../..maxlife

par

script.parent.Text = math.floor(life)../..maxlife
sick hamlet
#

thx

#

ça marche

orchid magnet
#

pas de problème!

#

oh

#

si c' était 35.04832.. alors ce serais 35 mais là ça met 0??

sick hamlet
#

c que je suis mort

#

c un autre

#

mais c juste que ça prend un tout petit peu de temps

orchid magnet
#

ah

#

essaye d' utiliser le run service ^^

#

c' est beacoup plus rapide

sick hamlet
orchid magnet
#

remplace le

while wait() do
  --Ton script ici
end

par

local RunService = game:GetService("RunService")

RunService.RenderStepped:connect(function()
  --Ton script ici
end)