Como hacer un teleport en robux sin programar codigo.
En este video te muestro Como hacer un teleport en robux sin programar codigo. En las ultimas actulizaciones de roblox studio tenemos nuevas herramientas que nos hacen crear nuestros juego de una manera mas rapida, los telepote en roblox son unas de esas herramientas que roblox studio agrego, los teleporte en roblox son muy importante a la hora de construir un juego en roblox.
#roblox
#robloxstudio
Scripts
function onTouch(part)
if part.Parent.Humanoid ~=nil then
part.Parent:MoveTo(script.Parent.Parent.TP2.Position)
script.Parent.Parent.TP2.Script.Disabled = true
wait(2)
script.Parent.Parent.TP2.Script.Disabled = false
end
end
script.Parent.Touched:connect(onTouch)
Other Videos By Yeremi Tutoriales
Other Statistics
Roblox Statistics For Yeremi Tutoriales
At this time, Yeremi Tutoriales has 54,256 views for Roblox spread across 64 videos. His channel currently has around 6 hours worth of content for Roblox, roughly 43.14% of the content that Yeremi Tutoriales has uploaded to YouTube.