Skip to content
FloofyProtoBomb edited this page Mar 16, 2024 · 9 revisions

Welcome to the Shime wiki! Shimmer is a class required from the Shime module that allows you to easily create a shimmer effect on any GuiObject just like how Roblox does.

What is Shime and Shimmer?

Shime allows you to easily create a shimmer effect on any GuiObject on Roblox like the example below.

Why should I use Shime?

Shime is lightweight and opened-sourced, so you can easily modify it to your liking. It also has familar methods such as Shimmer:Play() and Shimmer:Pause() to control the playback state of the Shimmer, based off the TweenBase class.

Shimmer from Roblox is locked to only CoreGui meaning that normal script can't access it. Shime allows you to create a Shimmer on any GuiObject from any script without needing Roblox Script Security privileges.

How do I use Shime?

To use Shime, you can visit the Getting Started page to learn how to install Shime. It contains a guide on how to install Shime from GitHub or Roblox and how to use Shime in your scripts. You can also visit the Documentation page to learn more about the Shime and it's constructors, methods, and properties.

Getting Started

You can get started by clicking the links in the sidebar.