Very quick problem;;;
I have a script, that moves a vehicle from Rep Storage to workspace. When i move it, the seats no longer let me sit in them
What is happening?
Very quick problem;;;
I have a script, that moves a vehicle from Rep Storage to workspace. When i move it, the seats no longer let me sit in them
What is happening?
I think the problem here is you arent replicating it to the server. This happened to me when I was spawning my cars via the client. It’s weird
How would i fix this? Im a newer scripter
Basically instead of deriving your data from replicated storage you put it in server storage and move it to workspace via a regular script =)
Huh. That might be a struggle, as i am spawning it Via a Text Button, so…
Imma test it rq and see what happens
What you wanna do is use a adornee property
Oh? This changes A LOT. I guess i thought that you couldnt just do game.StarterGui.TextButton, and that it had to be a local script, so thats really cool
Is the text button on screen or in game?
its in a screen gui in starter gui
Try using remote functions with a server script that clones the vehicle
Also view this to get a better understanding of Client/Serverside
I am already cloning the vehicle. Whenever it moves to Workspace, the seats no longer let me sit in them. And Yes, i am using a server script