I get teleported to random seats for unknown reason

I used Jailbreak map, I had found no viruses or bad scripts. I’ve scripted car system along with spawn car system, and I cannot understand why I am getting teleported for unknown reason to random seat. Here is how it happens, of course in random places, not only there. It happens anywhere.

If you have any idea, what could cause that, please tell me. Thanks!

First suggestions would be to check the seat scripts and confirm there is nothing which is doing this. Though not sure how you got the Jailbreak map and I wouldn’t really advice to use it for anything unless given direct permission from the creators.

1 Like

Please elaborate. Is this using Roblox’s default out of the box seating system or is it a custom one like a press E?

default roblox, but i am planning on making E system for cars

I asked @asimo3089, he didn’t answered, but I am not making money off of it, and I am giving credits in the description, to the original game. I am waiting for him to answer like 2 weeks already. The game is just fan made version, creators are in credits too. Map is from Toolbox.

I know this may be a little off-topic but have you asked @asimo3089’s permission to use the map in the first place?

EDIT: Somehow just saw the comment ontop lol, if he hasn’t answered/accepted, you shouldn’t be using it in the first place til you get confirmation. Using it without permission first can be considered stealing IP.

A little odd though that the car teleports you randomly.

1 Like

Use this in the command bar:

for _, container in ipairs(workspace:GetDescendants()) do
if container:IsA("LuaSourceContainer") then
container:Destroy()
end
end

That’s a fairly dangerous thing to do – you should include a warning that running the code above will delete all game scripts.

Why you want me to delete all game scripts?

Ok, i removed @asimo3089’s map. Until i will get permission from him

Yeah generally I feel like it’s not cool to use stolen content out there. We never publicly released the map. I know we can’t avoid this, so typically I just ignore it.

Tons of fan content out there which is cool! We appreciate the interest! :heart:

13 Likes

Wouldn’t you mind if I made similar map, but without using your content?
I really appreaciate your response :slight_smile:

Well, it wouldn’t violate any copyright due to the fact that you built it. I’m no lawyer, but I’m pretty sure that’s how it works.