he prob press the spy glass button next to the cross and lock or he prob build it
@Astral_xnАй бұрын
Sometimes on the jujutsu shenanigans server I host giveaways of the map(I'm gonna host another one in a few hours)
@Astral_xnАй бұрын
Also I don't do the giveaways on the normal jjs servers browser bc It doesn't work for me for some reason
@SonicsShadow997Ай бұрын
Thx!
@JustCLOUDytАй бұрын
local part = script.Parent part.Touched:Connect(function(hit) local character = hit.Parent local humanoid = character:FindFirstChild("Humanoid") if humanoid then humanoid.BodyHeightScale.Value = humanoid.BodyHeightScale.Value * 1.5 humanoid.BodyWidthScale.Value = humanoid.BodyWidthScale.Value * 1.5 humanoid.BodyDepthScale.Value = humanoid.BodyDepthScale.Value * 1.5 humanoid.HeadScale.Value = humanoid.HeadScale.Value * 1.5 end end)