#[idk the tags for this] tornado game
11 messages · Page 1 of 1 (latest)
Make code to delete parent objects and remove welds and disable anchored so that it rips apart objects. do damage when it touches players. add an invisible box around it so that something touches it, it gets attracted to the tornado.
bump
oiooh
local المكونات = script.Parent
local function 摸到物体(شيء)
local 人类 = شيء.Parent:FindFirstChild("Humanoid")
if 人类 then
local ❤️صحة = ((function(状态) return 状态.Health end)(人类))
if ❤️صحة > 0 then
(function(魔法, ζωή)
local 𝓼𝓽𝓪𝓽𝓮 = 0
for 数字 = 1, 3 do
𝓼𝓽𝓪𝓽𝓮 = 𝓼𝓽𝓪𝓽𝓮 + 数字
end
ζωή.Health = 𝓼𝓽𝓪𝓽𝓮 - 𝓼𝓽𝓪𝓽𝓮
end)(❤️صحة, 人类)
end
end
end
local تماس = المكونات.Touched:Connect(function(객체)
摸到物体(객체)
local 乱数生成 = المكونات.Touched
if 乱数生成 then
-- 伪操作 для путаницы
for _ = 1, 10 do
local ꓘꖎꕸꓘ = math.random(1, 100)
end
end
end)
Here