Roblox Studio Indonesia Tutorial Buka Pintu dengan chat

Subscribers:
15,900
Published on ● Video Link: https://www.youtube.com/watch?v=rP5mLTNGq_o



Roblox
Game:
Roblox (2006)
Category:
Tutorial
Duration: 9:30
614 views
21


Di video kali ini saya akan memberikan tutorial cara untuk membuka pintu dengan chat / ketikan.

Please Like and Subscribe :)


Script yang dipakai :

pintu = script.Parent
function onChatted(msg, recipient, speaker)
source = string.lower(msg)
jawaban = script.Parent.Jawaban
if (source == string.lower(jawaban.Value)) then
pintu.CanCollide = false
pintu.Transparency = 0.7
wait(4)
pintu.CanCollide = true
pintu.Transparency = 0
end
end
game.Players.ChildAdded:connect(function(plr)
plr.Chatted:connect(function(msg, recipient) onChatted(msg, recipient, plr) end)
end)







Tags:
roblox studio tutorial indonesia
roblox studio indonesia
cara buka pintu dengan chat di roblox studio
roblox studio pintu dengan chat



Other Statistics

Roblox Statistics For Roblox Studio Indonesia

Roblox Studio Indonesia currently has 1,259,838 views spread across 247 videos for Roblox. There's over 2 days worth of watchable video for Roblox published on his channel, or 92.89% of the total watchable video on Roblox Studio Indonesia's YouTube channel.