Roblox Studio How To Make A Disappearing And Reappearing Platform
Script:
local platform = script.Parent
local function disappear()
platform.CanCollide = false
platform.Transparency = 1
end
local function appear()
platform.CanCollide = true
platform.Transparency = 0
end
while true do
wait(3)
disappear()
wait(3)
appear()
end
Subscribe! https://www.youtube.com/@MarkPlaysAlotOfGames/videos
i havent got a discord server yet cause that takes effiort
Twitch: https://www.twitch.tv/markleap69
TikTok: https://www.tiktok.com/@i_will_throw_spaghetti
so ye thats pretty much it accept for tags
#cityskylines #viral #blowthisupforme #gameing #gaming #gamingvideos
Other Videos By BobTheKnob
Other Statistics
Roblox Statistics For BobTheKnob
BobTheKnob currently has 1,377 views spread across 10 videos for Roblox. Less than an hour worth of Roblox videos were uploaded to his channel, or 1.35% of the total watchable video on BobTheKnob's YouTube channel.