This is a module that you use to create cartoony transition screen. One of the most important aspect to have in simulator games or roleplay games are circular transition screens. It looks simple but elegant. This module will create a transition GUI, and play the animation. Hope it helps!
GAME LINK: Circular Transition - Roblox
Place File: Circular Transition.rbxl (52.1 KB)
RBXM File: CircularTransition.rbxm (6.6 KB)
Example Video:
- Download the Circular Transition Module
2.1 Place in Replicated Storage - You can paste this Example Code in the LocalScript for test
Example Code
local Module = require(game.ReplicatedStorage.CircularTransition).new(game.Players.LocalPlayer) -- Calling the module
local WaitTime = 3 -- Seconds
Module:play(WaitTime) -- Play the animation
API
:play(waitTime: number)
return nil
local Module = require(game.ReplicatedStorage.CircularTransition).new(game.Players.LocalPlayer) -- Calling the module local WaitTime = 3 -- Seconds Modudle:play(WaitTime) -- Play the animation
.getScreenGui()
return ScreenGUI
local Module = require(game.ReplicatedStorage.CircularTransition).new(game.Players.LocalPlayer) -- Calling the module Modudle.getScreenGui() -- Returns transition ScreenGUI
1.0 - September 17, 2022
- Launch
- Bug Fixes
FEEDBACK
Please reply to this post, it would help me a lot. You can comment on my work, or I need to fix any bugs, or even just want help. I will be updating the module.
Thanks for reading and hope this helped !!!