Weird Bug With Script Not Finding Part

I’ve removed the object “Red” still facing the same issue

Is it possible that it could be a bug from Roblox engine. As the local script only has 2 lines that play its role with the Yellow part and do their job correctly and do not overlapp the transparency script or anything since it only runs once.

Have you tried my method of testing it on another baseplate?

1 Like

yes, this is completely new baseplate, still facing the same issue

Here is a video to make it more clear

Probably compiler issue

1 Like

when you insert the cd is that triggering on a local script or regular script?

because you could probably have a local varible that looks like

local plr:players 

and use that varible to save who is using it

1 Like

The local script makes the already part in the model visible and deletes the CD in your backpack as if you put it in after you click the grey part while holding the CD. After that the player can remove it when the Yellow part is visible which is supposed to clone the CD into your inventory and make the yellow part invisible as if you picked it up but the problem is the yellow part does not go invisible.

If that is the case is it possible to get Roblox themself in here?

i mean in both of our cases that would nice.

How do we do that thought then

well, my problem is way different than yours may be Malformed data when trying to open an autosave file - Help and Feedback / Platform Usage Support - Developer Forum | Roblox

but I may be able to see if i can sort out what ever issue your having. could you possibly dm me a copy of the place because maybe it is a coding error and i might be able to fix it.

Yepppp we need Roblox here asap

well on your thing have you looked thru you code multiple times because if something is spelled wrong it can cause a cascades effect of it just doesn’t want to work.

because alls it takes to break code is one wrong “letter, symbol, or number.”

yes mulitple times of checking nothing that I could find wrong

I think this might also not be the best method of doing it, perhaps I should do RemoteEvents

whell here is what i did
hmrbxm.rbxm (7.7 KB)

it must be the transparency property isnt wanting to work

because when i had set it to change the color it works

wait i think i found your problem.

you’re setting the transparency in a local script to 0 but you want to set it to 1 on a regular script.

and so, because a local script only does things on your end only your end, but a regular script does thing on the server end so i think that is where your problem starts.

Yeah I thought that could be the issue too but didn’t think much of it

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