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

My multiple-part keycard doesn't work, what should I do? (w/scripts - read desc)

Asked by 3 years ago
Edited 3 years ago

I am trying to union all the parts to make a handle, or for some reason, it makes some of the text parts either black or it makes everything transparent. I want the username script to still work (which is inside one of the textbox scripts). If I don't do it, only the part named "Handle" will stay in my hand and everything else on the ground. What do I do?

EDIT- The script is for a local nametag on the keycard. Card (Tool) > Nametag > SurfaceGui > TextBox > LocalScript

LocalScript:

local player = game.Players.LocalPlayer

local text = script.Parent.Text

text = ""..player.Username

0
Where's your script xXLegendGamerz16Xx 231 — 3y
0
Please post your script Soban06 410 — 3y
0
Where is the script MrFernian 0 — 3y
0
The script is located in: Nametag>SurfaceGui>Textbox>LocalScript. It only sets a nametag for the user, it doesn't have much to do with my issue, I don't think. ZedTech0 2 — 3y

Answer this question