questions
1.how to make it so a player has to buy the car with cash
2. how do you make it so you have to click e to drive it
3. and whats the best way to do it use a free model or try and make my own one
Okay so this is my first replay ever but I personally don’t know 100% how to code and would just search up a tutorial (here is one click)
if you know and don’t want to watch a tutorial then using free models (if you don’t know how to code) but just modify them.
Don’t wanna write this, too long.
get nearest player using the (Player.HumanoidRootPart.Position - SomeDoor).Magnitude
And make sure it’s at a realistic distance using < number
make your own
im very sorry for the late response thank you for you help
i have no knowledge in lua sorry so thats all i code in
YW also if you need any help (bugs glitches etc. I can help to fix them if you need since i have some experience!)
edit: its ok if it was a little late
ok and should i make my own car or i wont get like roblox sued or something
No no use a free model car (nothing to fancy with like 100+ parts) then try making copying iton your own (if you dont know how then search it up on youtube) also you wont get ROBLOX sued.
ok lol no getting roblox sued thanks
Be careful with the free models some might contain viruses that could mess up your game and or take it
yea it should be ok if he deletes it right after
ok do you have discord both of you
yea i do
(insert 30 extra characters to post this lol)
Yes I do but I’m not on my pc this is the link to my page and you should find my discord info on it
local prox = script.Parent
local seat = prox.Parent
seat:getpropertychangedsignal(“occupant”):connect(function()
if seat.occupant then
prox.enabled = false
else
prox.enabled - true
end
end)
prox.triggered:connect(function(player)
if player.ownsBugatti.value – true then then
seat:sit(player.character.humanoid)
else
game.ReplicatedStorage.RemoteEvent:FireAllClients(player)
end
end)
thats what i have coding in it
That actually looks about right I think it should work
i followed the tutorial its not working
Can i have access to the game? I might be able to help farther with it.