Problem on event or playeradded or ipairs code, idk, all i know there's a problem


image
I don’t know why this doesn’t work

OpenUPG is local script from startergui
Script is from serverscriptervice

There’s no errors, It just doesn’t update the proximityprompt hold duration
It’s supposed to change proxprompt hold duration when player is added

1 Like

you have to actually explain the issue for us to understand and give you a response on what you may be doing wrong…

is there an error in the script? is the script “working”, but not as intended? what is the script even supposed to be doing???

they give you a pregenerated format for how to make a post in this channel but it just looks like you went ctrl + a then backspace, without reading it at all

you are firing the event too fast
the server sends the remote as soon as the player joins the game
maybe send the event after character appearance loads

2 Likes

let me edit, sorry apoligies for my lack of information

1 Like


this is a local script from startergui
It didn’t work, there are no errors

yeah you added it to client
Server is running its code too quickly because client has not loaded yet and cant see the event yet
so I suggested adding character added / appearance loaded on server
like:
Playeradded
Characteradded
– then doing your fireclient stuff

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.