#Need lil help
29 messages · Page 1 of 1 (latest)
** You are now Level 4! **
nothing shows up when i do
bro just tell me whats it
😭
Probably a part
it's a motor or one of those things, glue / deprecated weld
it's just so it looks different, the owner of the chassis puts it there so it looks nice
Wonder why its just a blue square
fr
How do you have those icons?
addon thing
Why tho
bro cuz i was an old user of studio
i cant choose the shit i want to
cuz the new icons are lil different
Fair enough
ok so
``local vehiclesFolder = game.Workspace:WaitForChild("Vehicles")
for _, vehicle in pairs(vehiclesFolder:GetChildren()) do
local hull = vehicle:FindFirstChild("Hull")
if hull then
local msc = hull:FindFirstChild("MSC")
if msc then
local hullGroup = msc:FindFirstChild("Hull")
if hullGroup then
for _, part in pairs(hullGroup:GetChildren()) do
if part:IsA("BasePart") then
local proximityPrompt = Instance.new("ProximityPrompt")
proximityPrompt.ActionText = "Interact"
proximityPrompt.ObjectText = "Vehicle Part"
proximityPrompt.Parent = part
end
end
end
end
end
end
``
thats the script the ai gave me
but it just doesnt work
** You are now Level 1! **
please help 😭😭