#I am new to scripting
70 messages · Page 1 of 1 (latest)
I don't know the size part, but you can do
game.Players.PlayerAdded:Connect(function()
while true do
--Change player's size
wait(1)
end
end)
You can probably find a tutorial on how to change the player's size
local script in starterCharacter
ok
i have made a variable for the amount of seconds you have been in the game for
how will I change it by one every second?
@strange pebble
is this how i make a variable
don
don't think this is correct
@strange pebble
?
thanks
"local seconds" would make seconds a bool value, but you want an intvalue so you need to do
var = [your number]
(without the brackets)
im confused still
** You are now Level 3! **
yes
** You are now Level 6! **
yep
ok
now i just need to figure out how to change the height
how would i put this into my code
I put the size changing code code into a different script ServerScriptService
so the seconds variable doesn't apply
as you can see by the red underline
put the seconds variable inside the function
ok
additionally, what your current script does is change the player's size on join
not every second
It will also cap
what are you trying to do with seconds
i am trying to change it by 1 every second and also change the proportions of everyones avatars by seconds
also, consider watching basic scripting tutorials, I suggest AlvinBlox and Thedevking
yeah
ima have to stop here because its 1 am here in argentina and my brain is fried
but one last thing
ok
for those values "0.5" and "1.5" change them to variables
it'll help keep track of which value is which
but there are multiple parts with 1.5
just make them the same variable
oh ok
anyways, watch alvinblox and shit and you're welcome. peace 🥱
there's no errors so prob yeah just test it and see if it works
cya