#Launching part that turns u into a ragdoll
1 messages · Page 1 of 1 (latest)
can we see what you have done so far?
** You are now Level 3! **
with?
so u want me to send u the script or what happends in vido form
both would be the most helpful
I had the same promblem
So I had to remake my modu;e
Want the module for ragdoll I used and the usage of it?
** You are now Level 1! **
not very used to ragdolls but fairly sure you just need to destroy the part that ragdolls you
i want to be ragdolled
you can just use debris to get rid of this section
permenantly
then remove the bodyvelocity
same thing with debris
no the script is in the part\
and here is usage in local scripts local Players = game:GetService("Players")
local player = Players.LocalPlayer
local function setupRagdollListener(character)
local humanoid = character:WaitForChild("Humanoid")
local ragdollEvent = humanoid:WaitForChild("Ragdoll")
ragdollEvent.Event:Connect(function(isRagdolled)
if isRagdolled then
print("[Client] Player ragdolled")
else
print("[Client] Player unragdolled")
end
end)
end
player.CharacterAdded:Connect(setupRagdollListener)
if player.Character then
setupRagdollListener(player.Character)
end
Ohh
You can still use this
Use the two I used
The first one in server then this one in StarterCharacterScripts
youre applying bodyvelocity to the character
** You are now Level 4! **
but not removing it
Then fire a event when they touch it
ill try both
theres a much better way to go about coding this
im new to coding so i dont rlly know
i jus hear like a small explosion then i fly up
@mossy raptor
hi
no where is it
yes and on the ground
didnt help is it the motor6D or smth
** You are now Level 2! **
try get rid of the ragdoll change their walkspeed to 0 then ragdoll them again instantly
just as a test
okgimmie 2
i just wanna test if its the movement thats causing that
idk how to change walkspeed and ragdoll instanly im think im to new
just do a wait()
remove the ragdoll parts
character.walkspeed =
and then add ragdoll
thats the basic way
its my 3 day scripting
even bigger reason
you should learn
instead of just trying to make a game from copy and pasting stuff from yt
i am while makeing the game
ive ;earned guis well i jus need help wit this then the game is done
idk
so how are u learning
lowkey just rewrite the stuff after u learn it without looking and learn what syntax does
regardless
remove the 3 parts
does it stop ur ragdoll?
no
** You are now Level 3! **
now nothing happends
do u unragdoll?
jus nothing happends
go dms
what