#whats the function for this
1 messages · Page 1 of 1 (latest)
GetPlayerFromCharacter(hit.Parent)
thank you
would you also perhaps know how to fix this...?
you have a orange stroke right there..
bro idk scripting i forgot how to do the wait function earlier ðŸ˜
and idk what the errors or anything mean
its almost as if you didnt define player
It doesn’t know what player is yet
it does the fixing of the transparency and can collide
just idk how to make it so it wont work till i have more than 15 gold or whatever
and it will just kinda forever collect without me leaving the pad
** You are now Level 2! **
if player.leaderstats.Gold.Value >= 15 then
like this?
im confused what your trying to do
yeah
im trying to kinda make a tycoon ish thing?
so once i got such amount of gold and I touch the 2cnd thing it kinda "unlocks" it if that makes more sense?
and what currently doesnt work
so it just always gives me money regardles of if i have less than 15 dollars
everything else works A ok its just that it gives me money before i have 15 dollars basically
you’re giving the player money before it checks
see the part where it checks for player and then gives 5
And then it checks
so i assume i just need to move the uh money giving bit below where it checks?
That should probably work yeah
alright thanks
if your giving the player money before it checks how much money they have how do you expect it to stop ðŸ˜