#function addPart()local part = Instance.new("Part")part.Name = partpart.Transparency = 0.3pa
24 messages · Page 1 of 1 (latest)
Getting any errors?
try to change it to a normal script and if that's not it then idk if it's because of the part.Name
You are setting the name to be an instance
Do it like this
part.Name = "PartName"
It's what @opaque pecan said, it should be a server script
oohh
Also yes, the name should be a string
i mean i had already changed the script so it cant be
you gotta put it inside a string
oh really...so no instance?
Try running some prints through it
Sometimes a script won't even run, and therefore not produce errors
Also do this
thankyou all,so should i never use instance and instead just skip to this?
No
The objective is to make a new part right?
So instance.new would be pretty much required
nevermind i misunderstood something i just realised anyway but yeah its working now so thanks