Your cart is empty.
Keep shopping
Robloxプレイヤー人口数の引用は、2024年8月時点の数字です。
動画内で作成したスクリプト
local colorPart = script.Parent
colorPart.Color = Color3.fromRGB()
プレゼントのスクリプト
local speedBoost = script.Parent
local function onTouch(otherPart)
local character = otherPart.Parent
local humanoid = character:FindFirstChildWhichIsA("Humanoid")
if humanoid then
humanoid.JumpHeight += 5
humanoid.WalkSpeed += 5
humanoid.BodyWidthScale.Value = 2
humanoid.BodyHeightScale.Value = 2
humanoid.BodyDepthScale.Value = 2
humanoid.HeadScale.Value = 2
end
end
speedBoost.Touched:Connect(onTouch)
大人気ロブロックスのゲームを誰でも作れることを知っていますか。
毎日8,000万人以上の人々が遊ぶとされるロブロックスに、自分でつくったゲームを公開できます。
この動画コースを学習すれば、ゼロからロブロックスのゲームをつくって公開までできるようになります。