1. Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Script Scenes 1.0.1

A simple custscene creator for servers.

  1. Baezor
    Contributors:
    Baezor
    Supported Minecraft Versions:
    • 1.14, 1.15, 1.16
    NOTE: THIS RESOURCE IS NO LONGER BEING UPDATED! IT IS VERY OUTDATED AND POORLY MADE!

    AN ALTERNATIVE TO THIS RESOURCE IS BELOW MADE BY SUPERCRAFTER100 (Supercrafter100#6600)

    DOWNLOAD IT HERE!

    scenesk.png Scene.sk


    Scene.sk is a simple cutscene creation tool that gives you basic options to create great-looking cutscenes on your server. You can easily implement cutscenes you have made into other scripts in just 1 line! The script is currently limited to 8 different camera shots! This script can also cause lag!

    Features
    • Create Simple Cutscenes
    • Implement Cutscenes Easily
    • Different Camera Angles
    • 8 Different Animation Numbers
    Tutorial

    Learn how to create simple cutscenes using the video below!


    Requirements
    • skript-logs (Optional) (Many errors will show up without this addon!)
    • Skript (The Lastest Version is Recommended!)
    Scene Implementation

    If you want to play a cutscene on an event, you can use the line below to do so.

    Syntax
    Code (Text):
    1. if {logLoc::%player%} is not set:
    2.     startScene("Scene Name", player)
    Example
    Code (Text):
    1. on region enter:
    2.     if "%region%" contains "Region Name":
    3.         if {logLoc::%player%} is not set:
    4.             startScene("test", player)
    5.             play sound "ui.toast.challenge_complete" with volume .7 with pitch 1 at player's location for player
    6.            send title "&b&lDiscovery!" with subtitle "&7You discovered a location!" to player for 7 seconds with fadein 1 second and fade out 1 second

    TOS
    • Do not sell this skript!
    • Do not redistribute this skript!
    • Do not take credit for the creation of this skript!
    • Do not put bugs, crashes, or changes you would make in the reviews. Please contact me instead!
    novastosha and egamer3000 like this.

Recent Updates

  1. Slowness Fix

Recent Reviews

  1. benjables
    benjables
    5/5,
    Version: 1.0.1
    This tool is extremely helpful and very unique, it's also extremely easy to use