Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Customization GUI won't work accordingly? Attempt to Call Upvalue NumberValue

Asked by 4 years ago

Hello,

A script, that I have created alongside my friend, is quite confusing, as the constant errors flow, and I am unable to fix some, like this one error.

I am currently receiving an error with both the local script and server sided script. The console is saying that I am attempting to call a Upvalue (NumberValue), and I do not understand this.

The script is a customization GUI, that can change the player's face and appearance, however, the face part is currently broken.

I will be providing the place file, for anyone needing the file to work with this situation. also due to the fact that both scripts are enormously large and would be hard to navigate.

Output: https://prnt.sc/p0h204 File: http://www.mediafire.com/file/0u5s1zrzupfa4zw/game_customization.rbxl/file Any help is appreciated, and should there be any questions, please direct them to my Discord @ RookPvPz#8960.

Thanks, RookPvPz

0
Try not to post download links if you can, just have the script here Sergiomontani10 236 — 4y

1 answer

Log in to vote
0
Answered by 4 years ago

99% sure this is a troll dude

if this isn't what your doing with values your doing it wrong.

workspace.NumberValue.Name = "Put what u want here" -- change name
workspace.NumberValue.Value = 5 -- change value
workspace.NumberValue.Value = workspace.NumberValue.Value + 1 -- add 1 to value
0
Do you have Discord? We can speak there. User#26676 0 — 4y
0
yes fistter1 88 — 4y
0
post ur disc fistter1 88 — 4y
0
RookPvPz#8960 User#26676 0 — 4y
Ad

Answer this question