#Sit Script
1 messages · Page 1 of 1 (latest)
heyhey
you dont need a script to make a player
sit
without seats, you can make it happen
like yk
i want to make like a "slide"
can i see your
script
idk abt scripting i asked roblox ai
but yeah look
😭
local part = script.Parent
part.Touched:Connect(function(hit)
local character = hit.Parent
local humanoid = character and character:FindFirstChild("Humanoid")
if humanoid then
humanoid.Sit = true
end
end)
and where did you put this script
is this a local script
or a script?
in the part
alr
um whats that
use 'Script'
Script instance the one with the white color
a server sided script instead of a local script
white
yeah thats the problem
in properties
it doesnt have oen cuz i dont want it to be touched
oh
if you want the players to not collide with the part
i will try to figure it out then tysm
turning CanCollide off is enough
CanTouch only affects
.Touched event
and nothing
else
grreeatt