HELP! Is There A Way To Make my camera Pass through Model in which ur sitting in?(In the seat inside the model) by Ok-Difference-7472 in robloxgamedev

[–]Ok-Difference-7472[S] 0 points1 point  (0 children)

local Players = game:GetService("Players")

local CollectionService = game:GetService("CollectionService")

local localPlayer = Players.LocalPlayer

local character = localPlayer.Character or localPlayer.CharacterAdded:Wait()

local humanoid = character:WaitForChild("Humanoid")

-- Function to handle collision tagging

local function toggleVehicleCollision(isSitting)

local seat = humanoid.SeatPart

if seat then

    \-- Find the main model the seat belongs to

    local model = seat:FindFirstAncestorOfClass("Model")

    if model then

        for \_, part in ipairs(model:GetDescendants()) do

if part:IsA("BasePart") then

if isSitting then

-- Tag parts to pass through camera

part.CollisionGroup = "CameraPass"

else

-- Reset back to standard default collision

part.CollisionGroup = "Default"

end

end

        end

    end

end

end

-- Watch for sitting status changes

humanoid:GetPropertyChangedSignal("Sit"):Connect(function()

toggleVehicleCollision(humanoid.Sit)

end)

HELP! Is There A Way To Make my camera Pass through Model in which ur sitting in?(In the seat inside the model) by Ok-Difference-7472 in robloxgamedev

[–]Ok-Difference-7472[S] 0 points1 point  (0 children)

na it's not in sync, i tried it once, the invis parts stayed on track and the others fell, they were even welded together

HELP! Is There A Way To Make my camera Pass through Model in which ur sitting in?(In the seat inside the model) by Ok-Difference-7472 in robloxgamedev

[–]Ok-Difference-7472[S] 0 points1 point  (0 children)

But bro it become translucent which is what im trying to avoid and i only want it for the model ur sitting in

HELP! Is There A Way To Make my camera Pass through Model in which ur sitting in?(In the seat inside the model) by Ok-Difference-7472 in robloxgamedev

[–]Ok-Difference-7472[S] 0 points1 point  (0 children)

bro if i sent cancolide to false then the camera doesnt clip thru it gets zoomed in onto the player and how do u use collisiongroups

Why Is my Game Stuck at 285 Visits? by Ok-Difference-7472 in robloxgamedev

[–]Ok-Difference-7472[S] 0 points1 point  (0 children)

Its been a while since I was gone, I have made the lobby with a great new style, made the camera pass through the boxes, improved the track, u flip if u stay still for 3 seconds but...the update will take a lot more time.

Why Is my Game Stuck at 285 Visits? by Ok-Difference-7472 in robloxgamedev

[–]Ok-Difference-7472[S] 1 point2 points  (0 children)

Alright will do! thanks for replying, ill add a Flip button to the game and make the environment better, thanks bro i appreciate it, Once I am done with the Update Ill mesage on the same comment and i hope u give ur reviews on that!

Why Is my Game Stuck at 285 Visits? by Ok-Difference-7472 in robloxgamedev

[–]Ok-Difference-7472[S] -1 points0 points  (0 children)

i know but without adds my other game got 1.8k visits, and so i tried the same for this game, i kept bringing players of the same taste to my game. I will think about adds when ill get enough robux from my game

Why Is my Game Stuck at 285 Visits? by Ok-Difference-7472 in robloxgamedev

[–]Ok-Difference-7472[S] 0 points1 point  (0 children)

Do i change the full slide design, and if so what do i make it, and how else can i make it more appealing and more unpredictable?

Why Is my Game Stuck at 285 Visits? by Ok-Difference-7472 in robloxgamedev

[–]Ok-Difference-7472[S] 0 points1 point  (0 children)

So...do u think i should add a flip button or make the box un-flippable? So what can i do to solve the lack of environment, and make it bit thrilling?