don’t worry im fine ------------------
I still have the problem --------------------
pls help --------------------------------
sorry for bumping again but i really try hard but the problem doesn’t want to get fixed
just bumping because i still haven’t found the isue
Could you explain what you want to do?
I want to make an ragdoll that tries to mimic the player (that works)
but it collides with the player and just jitters around
so the collision groups aren’t working
I’ve been trying a lot of different things but it still doesn’t work
So you basically want the player character to be a dummy?
yes ------------------------------------
just help please ---------------------------
I know what to do but I just need to get back home, max like 30min-1hr
don’t worry i am just a bit angry at roblox because it just doesn’t work
why not use a startercharacter?
or what about making the dummy no collide and letting the player have collisions?
then the dummy would just go trough itself
This should make the player character look like a dummy. By the way, a ragdoll is something else! Put this script into a script inside of ServerScriptService, I believe you can scrap your old code but just disable the scripts just incase if something bad happens.
game.Players.PlayerAdded:Connect(function(plr)
plr.CharacterAppearanceLoaded:Connect(function()
local newChar = game.ServerStorage.Serverasstes.dollpreset:Clone()
local oldChar = plr.Character
plr.Character = newChar
newChar.Parent = workspace
oldChar:Destroy()
end)
end)
it doen’t make it wobely --------
The only problem i have are the collsion groups not working so roblox even says that the colllsion groups are set correctly but I doesn’t aply the no colision effect
still haven’t got an solution ----------