Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

how to use a breakjoints in roblox studio

local Players = game:GetService("Players")
 
Players.PlayerAdded:Connect(function(newPlayer)
	newPlayer.CharacterAdded:Connect(function(characterModel)
		wait(3)
		characterModel:BreakJoints()
	end)
end)
Source by developer.roblox.com #
 
PREVIOUS NEXT
Tagged: #breakjoints #roblox #studio
ADD COMMENT
Topic
Name
2+7 =